| 1234567891011121314151617181920212223242526272829 |
- {
- "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
- }
- },
- "style": "wp-block-preformatted"
- }
|