File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ private function style(): void {
167
167
*
168
168
* return WP_Theme_JSON_Data
169
169
*/
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 {
171
171
$ custom_theme_json = [
172
172
'version ' => 2 ,
173
173
'settings ' => [
@@ -206,14 +206,14 @@ public function admin_editor_script(): void {
206
206
apply_filters (
207
207
'bff_editor_custom_settings ' ,
208
208
[
209
- 'disableAllBlocksStyles ' => [
209
+ 'disableAllBlocksStyles ' => [
210
210
'core/separator ' ,
211
211
'core/quote ' ,
212
212
'core/pullquote ' ,
213
213
'core/table ' ,
214
214
'core/image ' ,
215
215
],
216
- 'disabledBlocksStyles ' => [
216
+ 'disabledBlocksStyles ' => [
217
217
// 'core/button' => [ 'outline' ]
218
218
],
219
219
'allowedBlocksVariations ' => [
You can’t perform that action at this time.
0 commit comments