block.json in Gutenify – Visual Site Builder Blocks & Starter Templates trunk, at core/dist/blocks/map/block.json
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "gutenify/map", |
| 5 | "category": "gutenify", |
| 6 | "title": "Map", |
| 7 | "version": "2", |
| 8 | "attributes": { |
| 9 | "blockClientId": { |
| 10 | "type": "string", |
| 11 | "default": "" |
| 12 | }, |
| 13 | "blockAdvanceOptions": { |
| 14 | "type": "object", |
| 15 | "default": {} |
| 16 | }, |
| 17 | "isSaved": { |
| 18 | "type": "boolean", |
| 19 | "default": false |
| 20 | }, |
| 21 | "location": { |
| 22 | "type": "string", |
| 23 | "default": "" |
| 24 | }, |
| 25 | "height": { |
| 26 | "type": "number", |
| 27 | "default": 400 |
| 28 | }, |
| 29 | "pinned": { |
| 30 | "type": "boolean", |
| 31 | "default": false |
| 32 | }, |
| 33 | "zoom": { |
| 34 | "type": "number", |
| 35 | "default": 12 |
| 36 | }, |
| 37 | "language": { |
| 38 | "type": "string", |
| 39 | "default": "en" |
| 40 | } |
| 41 | }, |
| 42 | "editorScript": [ |
| 43 | "file:./index.js" |
| 44 | ], |
| 45 | "style": [ |
| 46 | "file:./style-index.css" |
| 47 | ], |
| 48 | "icon": "<svg id='a1a34775-0c0f-439f-9b3d-b3905e6f0449' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M23.37,4.36l-7.54,2-2.62-.7V5.6a5,5,0,1,0-10.09,0s0,.05,0,.08L.37,6.41A.5.5,0,0,0,0,6.9V23a.47.47,0,0,0,.2.39.46.46,0,0,0,.3.11l.13,0,7.54-2,7.53,2,.13,0,.13,0,7.67-2.05A.5.5,0,0,0,24,20.9v-16a.51.51,0,0,0-.63-.49ZM8.17,1.55a4.05,4.05,0,0,1,4,4.05c0,1.73-2.64,5.33-4,7.05-1.41-1.72-4-5.32-4-7A4.06,4.06,0,0,1,8.17,1.55ZM1,7.28l2.3-.62c.75,2.54,3.65,6.11,4.37,7v6.89L1,22.29Zm7.67,6.34c.71-.85,3.62-4.42,4.36-7l2.3.62v15L8.67,20.51ZM23,20.51l-6.67,1.78v-15L23,5.5Z' fill='#2196f3' /><path d='M10.74,5.6A2.57,2.57,0,1,0,8.17,8.17,2.58,2.58,0,0,0,10.74,5.6ZM6.6,5.6A1.57,1.57,0,1,1,8.17,7.17,1.57,1.57,0,0,1,6.6,5.6Z' fill='#2196f3' /></svg>" |
| 49 | } |