File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ private function style(): void {
167167 *
168168 * return WP_Theme_JSON_Data
169169 */
170- public function filter_theme_json_theme ( \WP_Theme_JSON_Data $ theme_json ): \WP_Theme_JSON_Data {
170+ public function filter_theme_json_theme ( \WP_Theme_JSON_Data $ theme_json ): \WP_Theme_JSON_Data {
171171 $ custom_theme_json = [
172172 'version ' => 2 ,
173173 'settings ' => [
@@ -206,14 +206,14 @@ public function admin_editor_script(): void {
206206 apply_filters (
207207 'bff_editor_custom_settings ' ,
208208 [
209- 'disableAllBlocksStyles ' => [
209+ 'disableAllBlocksStyles ' => [
210210 'core/separator ' ,
211211 'core/quote ' ,
212212 'core/pullquote ' ,
213213 'core/table ' ,
214214 'core/image ' ,
215215 ],
216- 'disabledBlocksStyles ' => [
216+ 'disabledBlocksStyles ' => [
217217 // 'core/button' => [ 'outline' ]
218218 ],
219219 'allowedBlocksVariations ' => [
You can’t perform that action at this time.
0 commit comments