|
@@ -26,6 +26,11 @@ function seedlet_wpcom_setup() {
|
|
|
);
|
|
|
}
|
|
|
|
|
|
+ // Disable automatically generated color palettes.
|
|
|
+ add_theme_support( 'wpcom-colors', array(
|
|
|
+ 'only-featured-palettes' => true,
|
|
|
+ ) );
|
|
|
+
|
|
|
/**
|
|
|
* De-register original editor color palette in favor of the wpcom implementation
|
|
|
*/
|