author | ymh <ymh.work@gmail.com> |
Wed, 21 Sep 2022 18:19:35 +0200 | |
changeset 18 | be944660c56a |
child 19 | 3d72ae0968f4 |
permissions | -rw-r--r-- |
18 | 1 |
{ |
2 |
"apiVersion": 2, |
|
3 |
"name": "core/post-content", |
|
4 |
"title": "Post Content", |
|
5 |
"category": "theme", |
|
6 |
"description": "Displays the contents of a post or page.", |
|
7 |
"textdomain": "default", |
|
8 |
"usesContext": [ "postId", "postType", "queryId" ], |
|
9 |
"supports": { |
|
10 |
"align": [ "wide", "full" ], |
|
11 |
"html": false, |
|
12 |
"__experimentalLayout": true |
|
13 |
}, |
|
14 |
"editorStyle": "wp-block-post-content-editor" |
|
15 |
} |