block.json in Gutenberg 10.4.1, at build/block-library/blocks/template-part/block.json
| 1 | { |
| 2 | "apiVersion": 2, |
| 3 | "name": "core/template-part", |
| 4 | "category": "theme", |
| 5 | "attributes": { |
| 6 | "slug": { |
| 7 | "type": "string" |
| 8 | }, |
| 9 | "theme": { |
| 10 | "type": "string" |
| 11 | }, |
| 12 | "tagName": { |
| 13 | "type": "string" |
| 14 | }, |
| 15 | "area": { |
| 16 | "type": "string" |
| 17 | } |
| 18 | }, |
| 19 | "supports": { |
| 20 | "align": true, |
| 21 | "html": false, |
| 22 | "color": { |
| 23 | "gradients": true, |
| 24 | "link": true |
| 25 | }, |
| 26 | "spacing": { |
| 27 | "padding": true |
| 28 | }, |
| 29 | "__experimentalLayout": true |
| 30 | }, |
| 31 | "editorStyle": "wp-block-template-part-editor" |
| 32 | } |
| 33 |