diff options
Diffstat (limited to 'wp-includes/blocks/pattern')
-rw-r--r-- | wp-includes/blocks/pattern/block.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/wp-includes/blocks/pattern/block.json b/wp-includes/blocks/pattern/block.json new file mode 100644 index 0000000..e9a85a9 --- /dev/null +++ b/wp-includes/blocks/pattern/block.json @@ -0,0 +1,18 @@ +{ + "$schema": "https://schemas.wp.org/trunk/block.json", + "apiVersion": 3, + "name": "core/pattern", + "title": "Pattern placeholder", + "category": "theme", + "description": "Show a block pattern.", + "supports": { + "html": false, + "inserter": false + }, + "textdomain": "default", + "attributes": { + "slug": { + "type": "string" + } + } +} |