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

48 lines
885 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/paragraph",
2021-07-23 11:58:50 +02:00
"title": "Paragraph",
2020-09-15 14:29:22 +02:00
"category": "text",
2021-07-23 11:58:50 +02:00
"description": "Start with the building block of all narrative.",
"keywords": [ "text" ],
"textdomain": "default",
2020-09-15 14:29:22 +02:00
"attributes": {
"align": {
"type": "string"
},
"content": {
"type": "string",
"source": "html",
"selector": "p",
2021-07-23 11:58:50 +02:00
"default": "",
"__experimentalRole": "content"
2020-09-15 14:29:22 +02:00
},
"dropCap": {
"type": "boolean",
"default": false
},
"placeholder": {
"type": "string"
},
"direction": {
"type": "string",
2021-07-23 11:58:50 +02:00
"enum": [ "ltr", "rtl" ]
2020-09-15 14:29:22 +02:00
}
},
"supports": {
"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
},
2020-09-15 14:29:22 +02:00
"__experimentalSelector": "p",
"__unstablePasteTextInline": true
2021-04-27 08:32:47 +02:00
},
"editorStyle": "wp-block-paragraph-editor",
"style": "wp-block-paragraph"
2020-09-15 14:29:22 +02:00
}