Changeset 59072 for trunk/src/wp-includes/blocks/post-content/block.json
- Timestamp:
- 09/20/2024 01:53:52 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/post-content/block.json
r56710 r59072 8 8 "textdomain": "default", 9 9 "usesContext": [ "postId", "postType", "queryId" ], 10 "example": { 11 "viewportWidth": 350 12 }, 10 13 "supports": { 11 14 "align": [ "wide", "full" ], 12 15 "html": false, 13 16 "layout": true, 17 "background": { 18 "backgroundImage": true, 19 "backgroundSize": true, 20 "__experimentalDefaultControls": { 21 "backgroundImage": true 22 } 23 }, 14 24 "dimensions": { 15 25 "minHeight": true 16 26 }, 17 27 "spacing": { 18 "blockGap": true 28 "blockGap": true, 29 "padding": true, 30 "__experimentalDefaultControls": { 31 "margin": false, 32 "padding": false 33 } 19 34 }, 20 35 "color": { … … 40 55 } 41 56 }, 57 "style": "wp-block-post-content", 42 58 "editorStyle": "wp-block-post-content-editor" 43 59 }
Note: See TracChangeset
for help on using the changeset viewer.