Created
December 29, 2022 14:35
-
-
Save elpuas/b678e60f39ecb3d24657078626db0d50 to your computer and use it in GitHub Desktop.
Simple Query InnerBlocks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
innerBlocks: [ | |
[ | |
'core/post-template', | |
{}, | |
[ | |
[ 'core/post-title' ], | |
[ 'core/post-excerpt' ] | |
], | |
], | |
[ 'core/query-pagination' ], | |
[ 'core/query-no-results' ], | |
], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment