Skip to content

Commit 0e85c9a

Browse files
committed
fix CS
1 parent 165fb98 commit 0e85c9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

inc/Services/Editor.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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' => [

0 commit comments

Comments
 (0)