2020-07-01 14:29:03 +02:00
|
|
|
{
|
|
|
|
"name": "core/paragraph",
|
|
|
|
"category": "text",
|
|
|
|
"attributes": {
|
|
|
|
"align": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"content": {
|
|
|
|
"type": "string",
|
|
|
|
"source": "html",
|
|
|
|
"selector": "p",
|
|
|
|
"default": ""
|
|
|
|
},
|
|
|
|
"dropCap": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": false
|
|
|
|
},
|
|
|
|
"placeholder": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"direction": {
|
|
|
|
"type": "string",
|
|
|
|
"enum": [
|
|
|
|
"ltr",
|
|
|
|
"rtl"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"supports": {
|
2020-07-07 16:43:35 +02:00
|
|
|
"anchor": true,
|
2020-07-01 14:29:03 +02:00
|
|
|
"className": false,
|
|
|
|
"lightBlockWrapper": true,
|
|
|
|
"__experimentalColor": {
|
|
|
|
"linkColor": true
|
|
|
|
},
|
|
|
|
"__experimentalFontSize": true,
|
|
|
|
"__experimentalLineHeight": true,
|
|
|
|
"__experimentalSelector": "p",
|
|
|
|
"__unstablePasteTextInline": true
|
|
|
|
}
|
|
|
|
}
|