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",
|
|
|
|
"category": "text",
|
|
|
|
"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",
|
|
|
|
"default": ""
|
|
|
|
},
|
|
|
|
"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
|
|
|
},
|
2020-10-20 15:36:16 +02:00
|
|
|
"fontSize": true,
|
|
|
|
"lineHeight": true,
|
2020-07-01 14:29:03 +02:00
|
|
|
"__experimentalSelector": {
|
2021-01-28 03:04:13 +01:00
|
|
|
"core/heading/h1": {
|
|
|
|
"selector": "h1",
|
|
|
|
"title": "h1",
|
|
|
|
"attributes": {
|
|
|
|
"level": 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"core/heading/h2": {
|
|
|
|
"selector": "h2",
|
|
|
|
"title": "h2",
|
|
|
|
"attributes": {
|
|
|
|
"level": 2
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"core/heading/h3": {
|
|
|
|
"selector": "h3",
|
|
|
|
"title": "h3",
|
|
|
|
"attributes": {
|
|
|
|
"level": 3
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"core/heading/h4": {
|
|
|
|
"selector": "h4",
|
|
|
|
"title": "h4",
|
|
|
|
"attributes": {
|
|
|
|
"level": 4
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"core/heading/h5": {
|
|
|
|
"selector": "h5",
|
|
|
|
"title": "h5",
|
|
|
|
"attributes": {
|
|
|
|
"level": 5
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"core/heading/h6": {
|
|
|
|
"selector": "h6",
|
|
|
|
"title": "h6",
|
|
|
|
"attributes": {
|
|
|
|
"level": 6
|
|
|
|
}
|
|
|
|
}
|
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
|
|
|
}
|