2021-05-19 17:09:27 +02:00
|
|
|
{
|
2022-04-12 17:12:47 +02:00
|
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
2021-05-19 17:09:27 +02:00
|
|
|
"apiVersion": 2,
|
|
|
|
"name": "core/post-content",
|
|
|
|
"title": "Post Content",
|
2021-06-22 12:00:50 +02:00
|
|
|
"category": "theme",
|
2021-05-19 17:09:27 +02:00
|
|
|
"description": "Displays the contents of a post or page.",
|
|
|
|
"textdomain": "default",
|
2021-06-15 10:52:30 +02:00
|
|
|
"usesContext": [ "postId", "postType", "queryId" ],
|
2021-05-19 17:09:27 +02:00
|
|
|
"supports": {
|
|
|
|
"align": [ "wide", "full" ],
|
|
|
|
"html": false,
|
2022-09-20 17:43:29 +02:00
|
|
|
"__experimentalLayout": true,
|
2023-02-07 08:04:52 +01:00
|
|
|
"dimensions": {
|
|
|
|
"minHeight": true
|
|
|
|
},
|
2022-09-20 17:43:29 +02:00
|
|
|
"typography": {
|
|
|
|
"fontSize": true,
|
|
|
|
"lineHeight": true,
|
|
|
|
"__experimentalFontFamily": true,
|
|
|
|
"__experimentalFontWeight": true,
|
|
|
|
"__experimentalFontStyle": true,
|
|
|
|
"__experimentalTextTransform": true,
|
|
|
|
"__experimentalTextDecoration": true,
|
|
|
|
"__experimentalLetterSpacing": true,
|
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"fontSize": true
|
|
|
|
}
|
|
|
|
}
|
2021-05-19 17:09:27 +02:00
|
|
|
},
|
|
|
|
"editorStyle": "wp-block-post-content-editor"
|
|
|
|
}
|