summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/block/block.json
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/blocks/block/block.json')
-rw-r--r--wp-includes/blocks/block/block.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/wp-includes/blocks/block/block.json b/wp-includes/blocks/block/block.json
new file mode 100644
index 0000000..4cb5396
--- /dev/null
+++ b/wp-includes/blocks/block/block.json
@@ -0,0 +1,20 @@
+{
+ "$schema": "https://schemas.wp.org/trunk/block.json",
+ "apiVersion": 3,
+ "name": "core/block",
+ "title": "Pattern",
+ "category": "reusable",
+ "description": "Create and save content to reuse across your site. Update the pattern, and the changes apply everywhere it’s used.",
+ "keywords": [ "reusable" ],
+ "textdomain": "default",
+ "attributes": {
+ "ref": {
+ "type": "number"
+ }
+ },
+ "supports": {
+ "customClassName": false,
+ "html": false,
+ "inserter": false
+ }
+}