2020-07-01 14:29:03 +02:00
|
|
|
{
|
2020-10-20 15:36:16 +02:00
|
|
|
"apiVersion": 2,
|
2020-07-01 14:29:03 +02:00
|
|
|
"name": "core/heading",
|
2021-05-19 17:09:27 +02:00
|
|
|
"title": "Heading",
|
2020-07-01 14:29:03 +02:00
|
|
|
"category": "text",
|
2021-05-19 17:09:27 +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-07-01 14:29:03 +02:00
|
|
|
"attributes": {
|
2020-11-02 05:56:37 +01:00
|
|
|
"textAlign": {
|
2020-07-01 14:29:03 +02:00
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"content": {
|
|
|
|
"type": "string",
|
|
|
|
"source": "html",
|
|
|
|
"selector": "h1,h2,h3,h4,h5,h6",
|
2021-05-07 13:48:27 +02:00
|
|
|
"default": "",
|
|
|
|
"__experimentalRole": "content"
|
2020-07-01 14:29:03 +02:00
|
|
|
},
|
|
|
|
"level": {
|
|
|
|
"type": "number",
|
|
|
|
"default": 2
|
|
|
|
},
|
|
|
|
"placeholder": {
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"supports": {
|
2020-10-20 15:36:16 +02:00
|
|
|
"align": [ "wide", "full" ],
|
2020-07-01 14:29:03 +02:00
|
|
|
"anchor": true,
|
|
|
|
"className": false,
|
2020-10-20 15:36:16 +02:00
|
|
|
"color": {
|
|
|
|
"link": true
|
2020-07-01 14:29:03 +02:00
|
|
|
},
|
2021-06-08 10:09:53 +02:00
|
|
|
"typography": {
|
|
|
|
"fontSize": true,
|
|
|
|
"lineHeight": true,
|
|
|
|
"__experimentalFontWeight": true
|
|
|
|
},
|
2021-05-19 17:09:27 +02:00
|
|
|
"__experimentalSelector": "h1,h2,h3,h4,h5,h6",
|
2020-07-01 14:29:03 +02:00
|
|
|
"__unstablePasteTextInline": true
|
2021-01-28 03:04:13 +01:00
|
|
|
},
|
|
|
|
"editorStyle": "wp-block-heading-editor",
|
|
|
|
"style": "wp-block-heading"
|
2020-07-01 14:29:03 +02:00
|
|
|
}
|