- Timestamp:
- 09/20/2024 01:53:52 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/post-author-biography/block.json
r57578 r59072 13 13 }, 14 14 "usesContext": [ "postType", "postId" ], 15 "example": { 16 "viewportWidth": 350 17 }, 15 18 "supports": { 16 19 "spacing": { … … 41 44 "interactivity": { 42 45 "clientNavigation": true 46 }, 47 "__experimentalBorder": { 48 "radius": true, 49 "color": true, 50 "width": true, 51 "style": true, 52 "__experimentalDefaultControls": { 53 "radius": true, 54 "color": true, 55 "width": true, 56 "style": true 57 } 43 58 } 44 } 59 }, 60 "style": "wp-block-post-author-biography" 45 61 }
Note: See TracChangeset
for help on using the changeset viewer.