Skip to content

Commit

Permalink
Add doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
noisysocks committed Aug 21, 2023
1 parent 787b0f2 commit 22734d4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* Block types that are considered to be page content. These are the only blocks
* editable when hasPageContentFocus() is true.
*/
export const PAGE_CONTENT_BLOCK_TYPES = [
'core/post-title',
'core/post-featured-image',
Expand Down

0 comments on commit 22734d4

Please sign in to comment.