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/paragraph",
|
2021-05-19 17:09:27 +02:00
|
|
|
"title": "Paragraph",
|
2020-07-01 14:29:03 +02:00
|
|
|
"category": "text",
|
2021-05-19 17:09:27 +02:00
|
|
|
"description": "Start with the building block of all narrative.",
|
|
|
|
"keywords": [ "text" ],
|
|
|
|
"textdomain": "default",
|
2020-07-01 14:29:03 +02:00
|
|
|
"attributes": {
|
|
|
|
"align": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"content": {
|
|
|
|
"type": "string",
|
|
|
|
"source": "html",
|
|
|
|
"selector": "p",
|
2021-05-07 13:48:27 +02:00
|
|
|
"default": "",
|
|
|
|
"__experimentalRole": "content"
|
2020-07-01 14:29:03 +02:00
|
|
|
},
|
|
|
|
"dropCap": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": false
|
|
|
|
},
|
|
|
|
"placeholder": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"direction": {
|
|
|
|
"type": "string",
|
2021-05-07 13:48:27 +02:00
|
|
|
"enum": [ "ltr", "rtl" ]
|
2020-07-01 14:29:03 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"supports": {
|
2020-07-07 16:43:35 +02:00
|
|
|
"anchor": true,
|
2020-07-01 14:29:03 +02:00
|
|
|
"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,
|
2021-11-08 15:29:21 +01:00
|
|
|
"lineHeight": true,
|
|
|
|
"__experimentalFontStyle": true,
|
|
|
|
"__experimentalFontWeight": true,
|
|
|
|
"__experimentalLetterSpacing": true,
|
|
|
|
"__experimentalTextTransform": true,
|
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"fontSize": true
|
|
|
|
}
|
2021-06-08 10:09:53 +02:00
|
|
|
},
|
2020-07-01 14:29:03 +02:00
|
|
|
"__experimentalSelector": "p",
|
|
|
|
"__unstablePasteTextInline": true
|
2021-01-28 03:04:13 +01:00
|
|
|
},
|
|
|
|
"editorStyle": "wp-block-paragraph-editor",
|
|
|
|
"style": "wp-block-paragraph"
|
2020-07-01 14:29:03 +02:00
|
|
|
}
|