mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-29 04:28:07 +01:00
46 lines
737 B
JSON
46 lines
737 B
JSON
|
{
|
||
|
"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": {
|
||
|
"className": false,
|
||
|
"lightBlockWrapper": true,
|
||
|
"__experimentalColor": {
|
||
|
"linkColor": true
|
||
|
},
|
||
|
"__experimentalFontSize": true,
|
||
|
"__experimentalLineHeight": true,
|
||
|
"__experimentalFeatures": {
|
||
|
"typography": {
|
||
|
"dropCap": true
|
||
|
}
|
||
|
},
|
||
|
"__experimentalSelector": "p",
|
||
|
"__unstablePasteTextInline": true
|
||
|
}
|
||
|
}
|