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

81 lines
1.3 KiB
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": {
2021-04-27 08:32:47 +02: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-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
}