kollapsminoriteten/wp-includes/blocks/heading/block.json

46 lines
992 B
JSON
Raw Normal View History

2020-09-15 14:29:22 +02:00
{
2020-12-10 14:06:04 +01:00
"apiVersion": 2,
2020-09-15 14:29:22 +02:00
"name": "core/heading",
2021-07-23 11:58:50 +02:00
"title": "Heading",
2020-09-15 14:29:22 +02:00
"category": "text",
2021-07-23 11:58:50 +02:00
"description": "Introduce new sections and organize content to help visitors (and search engines) understand the structure of your content.",
"keywords": [ "title", "subtitle" ],
"textdomain": "default",
2020-09-15 14:29:22 +02:00
"attributes": {
2020-12-10 14:06:04 +01:00
"textAlign": {
2020-09-15 14:29:22 +02:00
"type": "string"
},
"content": {
"type": "string",
"source": "html",
"selector": "h1,h2,h3,h4,h5,h6",
2021-07-23 11:58:50 +02:00
"default": "",
"__experimentalRole": "content"
2020-09-15 14:29:22 +02:00
},
"level": {
"type": "number",
"default": 2
},
"placeholder": {
"type": "string"
}
},
"supports": {
2020-12-10 14:06:04 +01:00
"align": [ "wide", "full" ],
2020-09-15 14:29:22 +02:00
"anchor": true,
"className": false,
2020-12-10 14:06:04 +01:00
"color": {
"link": true
2020-09-15 14:29:22 +02:00
},
2021-07-23 11:58:50 +02:00
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontWeight": true
2020-09-15 14:29:22 +02:00
},
2021-07-23 11:58:50 +02:00
"__experimentalSelector": "h1,h2,h3,h4,h5,h6",
2020-09-15 14:29:22 +02:00
"__unstablePasteTextInline": true
2021-04-27 08:32:47 +02:00
},
"editorStyle": "wp-block-heading-editor",
"style": "wp-block-heading"
2020-09-15 14:29:22 +02:00
}