소스 검색

Show only the featured palettes.

Kjell Reigstad 5 년 전
부모
커밋
13aaecc751
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      seedlet/inc/wpcom.php

+ 5 - 0
seedlet/inc/wpcom.php

@@ -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
 	 * De-register original editor color palette in favor of the wpcom implementation
 	 */
 	 */