block.json in Gutenberg 10.5.3, at build/block-library/blocks/verse/block.json
| 1 | { |
| 2 | "apiVersion": 2, |
| 3 | "name": "core/verse", |
| 4 | "category": "text", |
| 5 | "attributes": { |
| 6 | "content": { |
| 7 | "type": "string", |
| 8 | "source": "html", |
| 9 | "selector": "pre", |
| 10 | "default": "", |
| 11 | "__unstablePreserveWhiteSpace": true, |
| 12 | "__experimentalRole": "content" |
| 13 | }, |
| 14 | "textAlign": { |
| 15 | "type": "string" |
| 16 | } |
| 17 | }, |
| 18 | "supports": { |
| 19 | "anchor": true, |
| 20 | "color": { |
| 21 | "gradients": true, |
| 22 | "link": true |
| 23 | }, |
| 24 | "__experimentalFontFamily": true, |
| 25 | "fontSize": true, |
| 26 | "spacing": { |
| 27 | "padding": true |
| 28 | } |
| 29 | }, |
| 30 | "style": "wp-block-verse", |
| 31 | "editorStyle": "wp-block-verse-editor" |
| 32 | } |
| 33 |