Changeset 61009 for trunk/src/wp-includes/blocks/details/block.json
- Timestamp:
- 10/21/2025 07:11:53 AM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/details/block.json (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/details/block.json
r59775 r61009 6 6 "category": "text", 7 7 "description": "Hide and show additional content.", 8 "keywords": [ " accordion", "summary", "toggle", "disclosure" ],8 "keywords": [ "summary", "toggle", "disclosure" ], 9 9 "textdomain": "default", 10 10 "attributes": { … … 16 16 "type": "rich-text", 17 17 "source": "rich-text", 18 "selector": "summary" 18 "selector": "summary", 19 "role": "content" 19 20 }, 20 21 "name": { … … 23 24 "attribute": "name", 24 25 "selector": ".wp-block-details" 25 },26 "allowedBlocks": {27 "type": "array"28 26 }, 29 27 "placeholder": { … … 76 74 "interactivity": { 77 75 "clientNavigation": true 78 } 76 }, 77 "allowedBlocks": true 79 78 }, 80 79 "editorStyle": "wp-block-details-editor",
Note: See TracChangeset
for help on using the changeset viewer.