2020-07-01 08:29:03 -04:00
|
|
|
{
|
2022-04-12 11:12:47 -04:00
|
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
2023-06-27 10:24:19 -04:00
|
|
|
"apiVersion": 3,
|
2020-07-01 08:29:03 -04:00
|
|
|
"name": "core/paragraph",
|
2021-05-19 11:09:27 -04:00
|
|
|
"title": "Paragraph",
|
2020-07-01 08:29:03 -04:00
|
|
|
"category": "text",
|
2022-04-12 11:12:47 -04:00
|
|
|
"description": "Start with the basic building block of all narrative.",
|
2021-05-19 11:09:27 -04:00
|
|
|
"keywords": [ "text" ],
|
|
|
|
"textdomain": "default",
|
2023-09-26 10:23:26 -04:00
|
|
|
"usesContext": [ "postId" ],
|
2020-07-01 08:29:03 -04:00
|
|
|
"attributes": {
|
|
|
|
"align": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"content": {
|
|
|
|
"type": "string",
|
|
|
|
"source": "html",
|
|
|
|
"selector": "p",
|
2021-05-07 07:48:27 -04:00
|
|
|
"default": "",
|
|
|
|
"__experimentalRole": "content"
|
2020-07-01 08:29:03 -04:00
|
|
|
},
|
|
|
|
"dropCap": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": false
|
|
|
|
},
|
|
|
|
"placeholder": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"direction": {
|
|
|
|
"type": "string",
|
2021-05-07 07:48:27 -04:00
|
|
|
"enum": [ "ltr", "rtl" ]
|
2020-07-01 08:29:03 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"supports": {
|
2020-07-07 10:43:35 -04:00
|
|
|
"anchor": true,
|
2020-07-01 08:29:03 -04:00
|
|
|
"className": false,
|
2020-10-20 09:36:16 -04:00
|
|
|
"color": {
|
2022-09-20 11:43:29 -04:00
|
|
|
"gradients": true,
|
2022-04-12 11:12:47 -04:00
|
|
|
"link": true,
|
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"background": true,
|
|
|
|
"text": true
|
|
|
|
}
|
2020-07-01 08:29:03 -04:00
|
|
|
},
|
2023-09-26 10:23:26 -04:00
|
|
|
"__experimentalConnections": true,
|
2022-09-20 11:43:29 -04:00
|
|
|
"spacing": {
|
|
|
|
"margin": true,
|
2023-06-27 10:24:19 -04:00
|
|
|
"padding": true,
|
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"margin": false,
|
|
|
|
"padding": false
|
|
|
|
}
|
2022-09-20 11:43:29 -04:00
|
|
|
},
|
2021-06-08 04:09:53 -04:00
|
|
|
"typography": {
|
|
|
|
"fontSize": true,
|
2021-11-08 09:29:21 -05:00
|
|
|
"lineHeight": true,
|
2022-09-20 11:43:29 -04:00
|
|
|
"__experimentalFontFamily": true,
|
|
|
|
"__experimentalTextDecoration": true,
|
2021-11-08 09:29:21 -05:00
|
|
|
"__experimentalFontStyle": true,
|
|
|
|
"__experimentalFontWeight": true,
|
|
|
|
"__experimentalLetterSpacing": true,
|
|
|
|
"__experimentalTextTransform": true,
|
2023-09-26 10:23:26 -04:00
|
|
|
"__experimentalWritingMode": true,
|
2021-11-08 09:29:21 -05:00
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"fontSize": true
|
|
|
|
}
|
2021-06-08 04:09:53 -04:00
|
|
|
},
|
2020-07-01 08:29:03 -04:00
|
|
|
"__experimentalSelector": "p",
|
|
|
|
"__unstablePasteTextInline": true
|
2021-01-27 21:04:13 -05:00
|
|
|
},
|
|
|
|
"editorStyle": "wp-block-paragraph-editor",
|
|
|
|
"style": "wp-block-paragraph"
|
2020-07-01 08:29:03 -04:00
|
|
|
}
|