summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/widget-group/block.json
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/blocks/widget-group/block.json')
-rw-r--r--wp-includes/blocks/widget-group/block.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/wp-includes/blocks/widget-group/block.json b/wp-includes/blocks/widget-group/block.json
new file mode 100644
index 0000000..c29e811
--- /dev/null
+++ b/wp-includes/blocks/widget-group/block.json
@@ -0,0 +1,18 @@
+{
+ "apiVersion": 3,
+ "name": "core/widget-group",
+ "category": "widgets",
+ "attributes": {
+ "title": {
+ "type": "string"
+ }
+ },
+ "supports": {
+ "html": false,
+ "inserter": true,
+ "customClassName": true,
+ "reusable": false
+ },
+ "editorStyle": "wp-block-widget-group-editor",
+ "style": "wp-block-widget-group"
+}