block.json in BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites 1.0.2, at src/blocks/content-box/block.json
| 1 | { |
| 2 | "name": "blockspare/content-box", |
| 3 | "category": "blockspare", |
| 4 | "attributes": { |
| 5 | "className": { |
| 6 | "type": "string" |
| 7 | }, |
| 8 | |
| 9 | "align": { |
| 10 | "type": "string", |
| 11 | "default": "center" |
| 12 | }, |
| 13 | |
| 14 | "sectionAlignment": { |
| 15 | "type": "string", |
| 16 | "default": "left" |
| 17 | }, |
| 18 | |
| 19 | "sectionDescription": { |
| 20 | "type": "string", |
| 21 | "default": "Add your description here..." |
| 22 | }, |
| 23 | |
| 24 | "showContentImg": { |
| 25 | "type": "boolean", |
| 26 | "default": true |
| 27 | }, |
| 28 | "imgURL": { |
| 29 | "type": "string", |
| 30 | "default": false |
| 31 | }, |
| 32 | |
| 33 | "imgID": { |
| 34 | "type": "number" |
| 35 | }, |
| 36 | "imgAlt": { |
| 37 | "type": "string", |
| 38 | "source": "attribute", |
| 39 | "attribute": "alt", |
| 40 | "selector": "img" |
| 41 | }, |
| 42 | |
| 43 | "showButton": { |
| 44 | "type": "boolean", |
| 45 | "default": false |
| 46 | }, |
| 47 | |
| 48 | "enableBackgroundColor": { |
| 49 | "type": "boolean", |
| 50 | "default": true |
| 51 | }, |
| 52 | |
| 53 | "backGroundColor": { |
| 54 | "type": "string", |
| 55 | "default": "#fff" |
| 56 | }, |
| 57 | |
| 58 | "borderRadius": { |
| 59 | "type": "number", |
| 60 | "default": 0 |
| 61 | }, |
| 62 | |
| 63 | "titleColor": { |
| 64 | "type": "string", |
| 65 | "default": "#000" |
| 66 | }, |
| 67 | "descriptionColor": { |
| 68 | "type": "string", |
| 69 | "default": "#6d6d6d" |
| 70 | }, |
| 71 | |
| 72 | "layoutOption": { |
| 73 | "type": "boolean", |
| 74 | "default": false |
| 75 | }, |
| 76 | "imageShape": { |
| 77 | "type": "string", |
| 78 | "default": "" |
| 79 | }, |
| 80 | "design": { |
| 81 | "type": "string", |
| 82 | "default": "style-1" |
| 83 | }, |
| 84 | "headerpaddingTop": { |
| 85 | "type": "number", |
| 86 | "default": 0 |
| 87 | }, |
| 88 | "headerpaddingRight": { |
| 89 | "type": "number", |
| 90 | "default": 0 |
| 91 | }, |
| 92 | "headerpaddingBottom": { |
| 93 | "type": "number", |
| 94 | "default": 0 |
| 95 | }, |
| 96 | "headerpaddingLeft": { |
| 97 | "type": "number", |
| 98 | "default": 0 |
| 99 | }, |
| 100 | "headermarginTop": { |
| 101 | "type": "number", |
| 102 | "default": 0 |
| 103 | }, |
| 104 | |
| 105 | "headermarginBottom": { |
| 106 | "type": "number", |
| 107 | "default": 0 |
| 108 | }, |
| 109 | "paddingTop": { |
| 110 | "type": "number", |
| 111 | "default": 0 |
| 112 | }, |
| 113 | "paddingRight": { |
| 114 | "type": "number", |
| 115 | "default": 0 |
| 116 | }, |
| 117 | "paddingBottom": { |
| 118 | "type": "number", |
| 119 | "default": 0 |
| 120 | }, |
| 121 | "paddingLeft": { |
| 122 | "type": "number", |
| 123 | "default": 0 |
| 124 | } |
| 125 | } |
| 126 | } |