block.json in BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites 4.1.0, at build/block/empty-section/block.json
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "blockspare/blockspare-empty-section", |
| 5 | "category": "blockspare", |
| 6 | "supports": { |
| 7 | "align": [ |
| 8 | "wide", |
| 9 | "full", |
| 10 | "center" |
| 11 | ] |
| 12 | }, |
| 13 | "attributes": { |
| 14 | "className": { |
| 15 | "type": "string" |
| 16 | }, |
| 17 | "height": { |
| 18 | "type": "number", |
| 19 | "default": 10 |
| 20 | }, |
| 21 | "backGroundColor": { |
| 22 | "type": "string", |
| 23 | "default": "#f9f9f9" |
| 24 | }, |
| 25 | "uniqueClass": { |
| 26 | "type": "string", |
| 27 | "default": "" |
| 28 | }, |
| 29 | "fillType": { |
| 30 | "type": "string", |
| 31 | "default": "" |
| 32 | }, |
| 33 | "animation": { |
| 34 | "type": "string", |
| 35 | "default": "" |
| 36 | }, |
| 37 | "blockHoverEffect": { |
| 38 | "type": "string", |
| 39 | "default": "" |
| 40 | } |
| 41 | }, |
| 42 | "editorScript": "file:./index.js" |
| 43 | } |