Changeset 61009 for trunk/src/wp-includes/blocks/post-content/block.json
- Timestamp:
- 10/21/2025 07:11:53 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/post-content/block.json
r59775 r61009 8 8 "textdomain": "default", 9 9 "usesContext": [ "postId", "postType", "queryId" ], 10 "attributes": { 11 "tagName": { 12 "type": "string", 13 "default": "div" 14 } 15 }, 10 16 "example": { 11 17 "viewportWidth": 350 … … 56 62 } 57 63 }, 64 "interactivity": { 65 "clientNavigation": true 66 }, 58 67 "__experimentalBorder": { 59 68 "radius": true,
Note: See TracChangeset
for help on using the changeset viewer.