Skip to content

Commit

Permalink
add support for theme.json
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Oct 23, 2023
1 parent 4a20db4 commit 2ddd30a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ function gutenberg_reregister_core_block_types() {
'media-text',
'missing',
'more',
'navigation-overlay',
'nextpage',
'paragraph',
'preformatted',
Expand Down
3 changes: 2 additions & 1 deletion packages/block-library/src/navigation-overlay/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,6 @@
}
},
"textdomain": "default",
"attributes": {}
"attributes": {},
"style": "wp-block-navigation-overlay"
}

0 comments on commit 2ddd30a

Please sign in to comment.