block.json in BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites 3.3.3, at dist/blocks/empty-section/block.json
| 1 | { |
| 2 | "name": "blockspare/blockspare-empty-section", |
| 3 | "category": "blockspare", |
| 4 | "attributes": { |
| 5 | "className": { |
| 6 | "type": "string" |
| 7 | }, |
| 8 | "animation": { |
| 9 | "type": "string", |
| 10 | "default": "" |
| 11 | }, |
| 12 | "height": { |
| 13 | "type": "number", |
| 14 | "default": 10 |
| 15 | }, |
| 16 | "backGroundColor": { |
| 17 | "type": "string", |
| 18 | "default": "#f9f9f9" |
| 19 | }, |
| 20 | "uniqueClass": { |
| 21 | "type": "string", |
| 22 | "default": "" |
| 23 | }, |
| 24 | "fillType": { |
| 25 | "type": "string", |
| 26 | "default": "" |
| 27 | }, |
| 28 | "blockHoverEffect": { |
| 29 | "type": "string", |
| 30 | "default": "" |
| 31 | } |
| 32 | } |
| 33 | } |