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

43 lines
747 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",
"category": "text",
"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",
"default": ""
},
"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
},
2020-12-10 14:06:04 +01:00
"fontSize": true,
"lineHeight": true,
2020-09-15 14:29:22 +02:00
"__experimentalSelector": {
"core/heading/h1": "h1",
"core/heading/h2": "h2",
"core/heading/h3": "h3",
"core/heading/h4": "h4",
"core/heading/h5": "h5",
"core/heading/h6": "h6"
},
"__unstablePasteTextInline": true
}
}