2020-07-01 14:29:03 +02:00
|
|
|
{
|
2020-10-20 15:36:16 +02:00
|
|
|
"apiVersion": 2,
|
2020-07-01 14:29:03 +02:00
|
|
|
"name": "core/preformatted",
|
2021-05-19 17:09:27 +02:00
|
|
|
"title": "Preformatted",
|
2020-07-01 14:29:03 +02:00
|
|
|
"category": "text",
|
2021-05-19 17:09:27 +02:00
|
|
|
"description": "Add text that respects your spacing and tabs, and also allows styling.",
|
|
|
|
"textdomain": "default",
|
2020-07-01 14:29:03 +02:00
|
|
|
"attributes": {
|
|
|
|
"content": {
|
|
|
|
"type": "string",
|
|
|
|
"source": "html",
|
|
|
|
"selector": "pre",
|
|
|
|
"default": "",
|
2021-05-07 13:48:27 +02:00
|
|
|
"__unstablePreserveWhiteSpace": true,
|
|
|
|
"__experimentalRole": "content"
|
2020-07-01 14:29:03 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"supports": {
|
2021-01-28 03:04:13 +01:00
|
|
|
"anchor": true,
|
2021-04-15 17:19:43 +02:00
|
|
|
"color": {
|
|
|
|
"gradients": true
|
|
|
|
},
|
2021-06-08 10:09:53 +02:00
|
|
|
"typography": {
|
|
|
|
"fontSize": true
|
|
|
|
}
|
2021-01-28 03:04:13 +01:00
|
|
|
},
|
|
|
|
"style": "wp-block-preformatted"
|
2020-07-01 14:29:03 +02:00
|
|
|
}
|