44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
|
{
|
||
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||
|
"apiVersion": 2,
|
||
|
"name": "core/preformatted",
|
||
|
"title": "Preformatted",
|
||
|
"category": "text",
|
||
|
"description": "Add text that respects your spacing and tabs, and also allows styling.",
|
||
|
"textdomain": "default",
|
||
|
"attributes": {
|
||
|
"content": {
|
||
|
"type": "string",
|
||
|
"source": "html",
|
||
|
"selector": "pre",
|
||
|
"default": "",
|
||
|
"__unstablePreserveWhiteSpace": true,
|
||
|
"__experimentalRole": "content"
|
||
|
}
|
||
|
},
|
||
|
"supports": {
|
||
|
"anchor": true,
|
||
|
"color": {
|
||
|
"gradients": true,
|
||
|
"__experimentalDefaultControls": {
|
||
|
"background": true,
|
||
|
"text": true
|
||
|
}
|
||
|
},
|
||
|
"typography": {
|
||
|
"fontSize": true,
|
||
|
"lineHeight": true,
|
||
|
"__experimentalFontFamily": true,
|
||
|
"__experimentalFontWeight": true,
|
||
|
"__experimentalFontStyle": true,
|
||
|
"__experimentalTextTransform": true,
|
||
|
"__experimentalTextDecoration": true,
|
||
|
"__experimentalLetterSpacing": true,
|
||
|
"__experimentalDefaultControls": {
|
||
|
"fontSize": true
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"style": "wp-block-preformatted"
|
||
|
}
|