block.json in Gutenify – Visual Site Builder Blocks & Starter Templates trunk, at core/dist/blocks/section-title/block.json
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "gutenify/section-title", |
| 5 | "category": "gutenify", |
| 6 | "title": "Section Title", |
| 7 | "description": "Gutenify Title.", |
| 8 | "keywords": [ |
| 9 | "gutenify", |
| 10 | "Section Title", |
| 11 | "Title", |
| 12 | "heading" |
| 13 | ], |
| 14 | "version": "2", |
| 15 | "attributes": { |
| 16 | "blockClientId": { |
| 17 | "type": "string", |
| 18 | "default": "" |
| 19 | }, |
| 20 | "blockAdvanceOptions": { |
| 21 | "type": "object", |
| 22 | "default": {} |
| 23 | }, |
| 24 | "isSaved": { |
| 25 | "type": "boolean", |
| 26 | "default": false |
| 27 | }, |
| 28 | "textAlignment": { |
| 29 | "type": "string", |
| 30 | "default": "center" |
| 31 | }, |
| 32 | "prefixContent": { |
| 33 | "type": "string", |
| 34 | "default": "" |
| 35 | }, |
| 36 | "prefixColor": { |
| 37 | "type": "string", |
| 38 | "default": "" |
| 39 | }, |
| 40 | "prefixFontSize": { |
| 41 | "type": "string", |
| 42 | "default": "" |
| 43 | }, |
| 44 | "displayPrefix": { |
| 45 | "type": "boolean", |
| 46 | "default": true |
| 47 | }, |
| 48 | "titleContent": { |
| 49 | "type": "string", |
| 50 | "default": "" |
| 51 | }, |
| 52 | "titleColor": { |
| 53 | "type": "string", |
| 54 | "default": "" |
| 55 | }, |
| 56 | "titleFontSize": { |
| 57 | "type": "string", |
| 58 | "default": "" |
| 59 | }, |
| 60 | "suffixContent": { |
| 61 | "type": "string", |
| 62 | "default": "" |
| 63 | }, |
| 64 | "suffixColor": { |
| 65 | "type": "string", |
| 66 | "default": "" |
| 67 | }, |
| 68 | "suffixFontSize": { |
| 69 | "type": "string", |
| 70 | "default": "" |
| 71 | }, |
| 72 | "displaySuffix": { |
| 73 | "type": "boolean", |
| 74 | "default": true |
| 75 | }, |
| 76 | "prefixTag": { |
| 77 | "type": "string", |
| 78 | "default": "p" |
| 79 | }, |
| 80 | "titleTag": { |
| 81 | "type": "string", |
| 82 | "default": "h2" |
| 83 | }, |
| 84 | "suffixTag": { |
| 85 | "type": "string", |
| 86 | "default": "p" |
| 87 | } |
| 88 | }, |
| 89 | "supports": { |
| 90 | "html": false, |
| 91 | "inserter": false |
| 92 | }, |
| 93 | "editorScript": [ |
| 94 | "file:./index.js" |
| 95 | ], |
| 96 | "style": [ |
| 97 | "file:./style-index.css" |
| 98 | ], |
| 99 | "icon": "<svg id='af96b2d0-e766-45ff-a399-fea356ead648' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M10.84,9.71H4.26a.5.5,0,0,0-.5.5V11.9a.5.5,0,0,0,1,0V10.71H7.05V18H6.28a.5.5,0,0,0-.5.5.51.51,0,0,0,.5.5H8.82a.51.51,0,0,0,.5-.5.5.5,0,0,0-.5-.5H8.05V10.71h2.29V11.9a.5.5,0,1,0,1,0V10.21A.5.5,0,0,0,10.84,9.71Z' fill='#2196f3' /><path d='M19.74,10H14.06a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h5.68a.5.5,0,0,0,.5-.5A.5.5,0,0,0,19.74,10Z' fill='#2196f3' /><path d='M19.74,17.72H14.06a.5.5,0,0,0,0,1h5.68a.5.5,0,0,0,0-1Z' fill='#2196f3' /><path d='M19.74,13.84H14.06a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h5.68a.5.5,0,0,0,.5-.5A.5.5,0,0,0,19.74,13.84Z' fill='#2196f3' /><path d='M21.58,0H2.42A2.43,2.43,0,0,0,0,2.38V21.53A2.43,2.43,0,0,0,2.42,24H21.58A2.43,2.43,0,0,0,24,21.53V2.38A2.43,2.43,0,0,0,21.58,0ZM2.42,1H21.58A1.43,1.43,0,0,1,23,2.38V4.54H1V2.38A1.43,1.43,0,0,1,2.42,1ZM21.58,23H2.42A1.43,1.43,0,0,1,1,21.53v-16H23v16A1.43,1.43,0,0,1,21.58,23Z' fill='#2196f3' /></svg>" |
| 100 | } |