block.json in Gutenberg 10.4.1, at build/block-library/blocks/navigation-link/block.json
| 1 | { |
| 2 | "apiVersion": 2, |
| 3 | "name": "core/navigation-link", |
| 4 | "category": "design", |
| 5 | "parent": [ "core/navigation" ], |
| 6 | "attributes": { |
| 7 | "label": { |
| 8 | "type": "string" |
| 9 | }, |
| 10 | "type": { |
| 11 | "type": "string" |
| 12 | }, |
| 13 | "description": { |
| 14 | "type": "string" |
| 15 | }, |
| 16 | "rel": { |
| 17 | "type": "string" |
| 18 | }, |
| 19 | "id": { |
| 20 | "type": "number" |
| 21 | }, |
| 22 | "opensInNewTab": { |
| 23 | "type": "boolean", |
| 24 | "default": false |
| 25 | }, |
| 26 | "url": { |
| 27 | "type": "string" |
| 28 | }, |
| 29 | "title": { |
| 30 | "type": "string" |
| 31 | }, |
| 32 | "kind": { |
| 33 | "type": "string" |
| 34 | } |
| 35 | }, |
| 36 | "usesContext": [ |
| 37 | "textColor", |
| 38 | "customTextColor", |
| 39 | "backgroundColor", |
| 40 | "customBackgroundColor", |
| 41 | "fontSize", |
| 42 | "customFontSize", |
| 43 | "showSubmenuIcon", |
| 44 | "style" |
| 45 | ], |
| 46 | "supports": { |
| 47 | "reusable": false, |
| 48 | "html": false |
| 49 | }, |
| 50 | "editorStyle": "wp-block-navigation-link-editor", |
| 51 | "style": "wp-block-navigation-link" |
| 52 | } |
| 53 |