block.json in BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites 1.0.2, at src/blocks/container/block.json
| 1 | { |
| 2 | "name": "blockspare/blockspare-container", |
| 3 | "category": "blockspare", |
| 4 | "attributes": { |
| 5 | "className": { |
| 6 | "type": "string" |
| 7 | }, |
| 8 | "align": { |
| 9 | "type": "string", |
| 10 | "default": "center" |
| 11 | }, |
| 12 | "imgURL": { |
| 13 | "type": "string" |
| 14 | }, |
| 15 | "imgID": { |
| 16 | "type": "number" |
| 17 | }, |
| 18 | "imgAlt": { |
| 19 | "type": "string" |
| 20 | }, |
| 21 | "opacityRatio": { |
| 22 | "type": "number", |
| 23 | "default": 100 |
| 24 | }, |
| 25 | "backGroundColor": { |
| 26 | "type": "string", |
| 27 | "default": "#fff" |
| 28 | }, |
| 29 | "borderRadius": { |
| 30 | "type": "number", |
| 31 | "default": 0 |
| 32 | }, |
| 33 | "backgroundFix": { |
| 34 | "type": "boolean", |
| 35 | "default": false |
| 36 | }, |
| 37 | "separatorEnable": { |
| 38 | "type": "boolean", |
| 39 | "default": false |
| 40 | }, |
| 41 | "showFront": { |
| 42 | "type": "boolean", |
| 43 | "default": false |
| 44 | }, |
| 45 | "zindexDivider": { |
| 46 | "type": "number", |
| 47 | "default": 20 |
| 48 | }, |
| 49 | "verticalFlip": { |
| 50 | "type": "boolean", |
| 51 | "default": true |
| 52 | }, |
| 53 | "horizontalFlip": { |
| 54 | "type": "boolean", |
| 55 | "default": false |
| 56 | }, |
| 57 | "dividerPosition": { |
| 58 | "type": "string", |
| 59 | "default": "has-separator-top" |
| 60 | }, |
| 61 | "topDividerMargin": { |
| 62 | "type": "number", |
| 63 | "default": 0 |
| 64 | }, |
| 65 | "bottomDividerMargin": { |
| 66 | "type": "number", |
| 67 | "default": 0 |
| 68 | }, |
| 69 | "enableGap": { |
| 70 | "type": "boolean", |
| 71 | "default": false |
| 72 | } |
| 73 | } |
| 74 | } |