mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
This brings the JS packages up to date and is the first step that will allow us to include the other block editor updates for WordPress 5.9: FSE infrastrucutre, site editor and global styles. Props noisysocks. See #54337. git-svn-id: https://develop.svn.wordpress.org/trunk@52042 602fd350-edb4-49c9-b593-d223f7449a82
37 lines
806 B
JSON
37 lines
806 B
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
|
|
},
|
|
"typography": {
|
|
"fontSize": true,
|
|
"lineHeight": true,
|
|
"__experimentalFontStyle": true,
|
|
"__experimentalFontWeight": true,
|
|
"__experimentalLetterSpacing": true,
|
|
"__experimentalTextTransform": true,
|
|
"__experimentalDefaultControls": {
|
|
"fontSize": true
|
|
}
|
|
}
|
|
},
|
|
"style": "wp-block-preformatted"
|
|
}
|