kollapsminoriteten/wp-includes/blocks/post-template/block.json

28 lines
665 B
JSON
Raw Normal View History

2021-07-23 11:58:50 +02:00
{
2022-06-16 14:03:35 +02:00
"$schema": "https://schemas.wp.org/trunk/block.json",
2021-07-23 11:58:50 +02:00
"apiVersion": 2,
"name": "core/post-template",
"title": "Post Template",
2022-06-16 14:03:35 +02:00
"category": "theme",
2021-07-23 11:58:50 +02:00
"parent": [ "core/query" ],
"description": "Contains the block elements used to render a post, like the title, date, featured image, content or excerpt, and more.",
"textdomain": "default",
"usesContext": [
"queryId",
"query",
"queryContext",
"displayLayout",
"templateSlug"
],
"supports": {
"reusable": false,
"html": false,
2022-04-02 10:26:41 +02:00
"align": true,
"__experimentalLayout": {
"allowEditing": false
}
2021-07-23 11:58:50 +02:00
},
"style": "wp-block-post-template",
"editorStyle": "wp-block-post-template-editor"
}