2021-05-19 11:09:27 -04:00
|
|
|
{
|
2022-04-12 11:12:47 -04:00
|
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
2023-06-27 10:24:19 -04:00
|
|
|
"apiVersion": 3,
|
2021-05-19 11:09:27 -04:00
|
|
|
"name": "core/post-content",
|
2023-09-26 10:23:26 -04:00
|
|
|
"title": "Content",
|
2021-06-22 06:00:50 -04:00
|
|
|
"category": "theme",
|
2021-05-19 11:09:27 -04:00
|
|
|
"description": "Displays the contents of a post or page.",
|
|
|
|
"textdomain": "default",
|
2021-06-15 04:52:30 -04:00
|
|
|
"usesContext": [ "postId", "postType", "queryId" ],
|
2024-09-19 21:55:35 -04:00
|
|
|
"example": {
|
|
|
|
"viewportWidth": 350
|
|
|
|
},
|
2021-05-19 11:09:27 -04:00
|
|
|
"supports": {
|
|
|
|
"align": [ "wide", "full" ],
|
|
|
|
"html": false,
|
2023-06-27 10:24:19 -04:00
|
|
|
"layout": true,
|
2024-09-19 21:55:35 -04:00
|
|
|
"background": {
|
|
|
|
"backgroundImage": true,
|
|
|
|
"backgroundSize": true,
|
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"backgroundImage": true
|
|
|
|
}
|
|
|
|
},
|
2023-02-07 02:04:52 -05:00
|
|
|
"dimensions": {
|
|
|
|
"minHeight": true
|
|
|
|
},
|
2023-09-26 10:23:26 -04:00
|
|
|
"spacing": {
|
2024-09-19 21:55:35 -04:00
|
|
|
"blockGap": true,
|
|
|
|
"padding": true,
|
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"margin": false,
|
|
|
|
"padding": false
|
|
|
|
}
|
2023-09-26 10:23:26 -04:00
|
|
|
},
|
|
|
|
"color": {
|
|
|
|
"gradients": true,
|
|
|
|
"link": true,
|
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"background": false,
|
|
|
|
"text": false
|
|
|
|
}
|
|
|
|
},
|
2022-09-20 11:43:29 -04:00
|
|
|
"typography": {
|
|
|
|
"fontSize": true,
|
|
|
|
"lineHeight": true,
|
|
|
|
"__experimentalFontFamily": true,
|
|
|
|
"__experimentalFontWeight": true,
|
|
|
|
"__experimentalFontStyle": true,
|
|
|
|
"__experimentalTextTransform": true,
|
|
|
|
"__experimentalTextDecoration": true,
|
|
|
|
"__experimentalLetterSpacing": true,
|
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"fontSize": true
|
|
|
|
}
|
|
|
|
}
|
2021-05-19 11:09:27 -04:00
|
|
|
},
|
2024-09-19 21:55:35 -04:00
|
|
|
"style": "wp-block-post-content",
|
2021-05-19 11:09:27 -04:00
|
|
|
"editorStyle": "wp-block-post-content-editor"
|
|
|
|
}
|