wip
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"title": "Details",
|
||||
"category": "text",
|
||||
"description": "Hide and show additional content.",
|
||||
"keywords": [ "accordion", "summary", "toggle", "disclosure" ],
|
||||
"keywords": [ "summary", "toggle", "disclosure" ],
|
||||
"textdomain": "default",
|
||||
"attributes": {
|
||||
"showContent": {
|
||||
@@ -15,7 +15,8 @@
|
||||
"summary": {
|
||||
"type": "rich-text",
|
||||
"source": "rich-text",
|
||||
"selector": "summary"
|
||||
"selector": "summary",
|
||||
"role": "content"
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
@@ -23,9 +24,6 @@
|
||||
"attribute": "name",
|
||||
"selector": ".wp-block-details"
|
||||
},
|
||||
"allowedBlocks": {
|
||||
"type": "array"
|
||||
},
|
||||
"placeholder": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -75,7 +73,8 @@
|
||||
},
|
||||
"interactivity": {
|
||||
"clientNavigation": true
|
||||
}
|
||||
},
|
||||
"allowedBlocks": true
|
||||
},
|
||||
"editorStyle": "wp-block-details-editor",
|
||||
"style": "wp-block-details"
|
||||
|
||||
Reference in New Issue
Block a user