first commit
This commit is contained in:
19
wp-includes/blocks/preformatted/block.json
Normal file
19
wp-includes/blocks/preformatted/block.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"apiVersion": 2,
|
||||
"name": "core/preformatted",
|
||||
"category": "text",
|
||||
"attributes": {
|
||||
"content": {
|
||||
"type": "string",
|
||||
"source": "html",
|
||||
"selector": "pre",
|
||||
"default": "",
|
||||
"__unstablePreserveWhiteSpace": true
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"anchor": true,
|
||||
"fontSize": true
|
||||
},
|
||||
"style": "wp-block-preformatted"
|
||||
}
|
||||
Reference in New Issue
Block a user