mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-13 22:26:06 +01:00
16 lines
374 B
JSON
16 lines
374 B
JSON
|
{
|
||
|
"apiVersion": 2,
|
||
|
"name": "core/post-content",
|
||
|
"title": "Post Content",
|
||
|
"category": "design",
|
||
|
"description": "Displays the contents of a post or page.",
|
||
|
"textdomain": "default",
|
||
|
"usesContext": [ "postId", "postType" ],
|
||
|
"supports": {
|
||
|
"align": [ "wide", "full" ],
|
||
|
"html": false,
|
||
|
"__experimentalLayout": true
|
||
|
},
|
||
|
"editorStyle": "wp-block-post-content-editor"
|
||
|
}
|