Changeset 56065 for trunk/src/wp-includes/blocks/details/block.json
- Timestamp:
- 06/27/2023 02:20:18 PM (3 years ago)
- Location:
- trunk/src/wp-includes/blocks/details
- Files:
-
- 1 added
- 1 copied
-
. (added)
-
block.json (copied) (copied from trunk/src/wp-includes/blocks/comments/block.json) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/details/block.json
r56064 r56065 1 1 { 2 2 "$schema": "https://schemas.wp.org/trunk/block.json", 3 "apiVersion": 2, 4 "name": "core/comments", 5 "title": "Comments", 6 "category": "theme", 7 "description": "An advanced block that allows displaying post comments using different visual configurations.", 3 "apiVersion": 3, 4 "name": "core/details", 5 "title": "Details", 6 "category": "text", 7 "description": "Hide and show additional content.", 8 "keywords": [ "disclosure", "summary", "hide" ], 8 9 "textdomain": "default", 9 10 "attributes": { 10 "tagName": { 11 "type": "string", 12 "default": "div" 13 }, 14 "legacy": { 11 "showContent": { 15 12 "type": "boolean", 16 13 "default": false 14 }, 15 "summary": { 16 "type": "string" 17 17 } 18 18 }, … … 24 24 "__experimentalDefaultControls": { 25 25 "background": true, 26 "text": true, 27 "link": true 26 "text": true 28 27 } 28 }, 29 "__experimentalBorder": { 30 "color": true, 31 "width": true, 32 "style": true 29 33 }, 30 34 "html": false, … … 47 51 } 48 52 }, 49 "editorStyle": "wp-block- comments-editor",50 " usesContext": [ "postId", "postType" ]53 "editorStyle": "wp-block-details-editor", 54 "style": "wp-block-details" 51 55 }
Note: See TracChangeset
for help on using the changeset viewer.