| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "blockspare/blockspare-empty-section", |
| 5 |
"title": "Spacer Section", |
| 6 |
"category": "blockspare", |
| 7 |
"description": "Separate content sections using customizable colored background bands and borders.", |
| 8 |
"supports": { |
| 9 |
"align": [ |
| 10 |
"wide", |
| 11 |
"full", |
| 12 |
"center" |
| 13 |
] |
| 14 |
}, |
| 15 |
"attributes": { |
| 16 |
"className": { |
| 17 |
"type": "string" |
| 18 |
}, |
| 19 |
"height": { |
| 20 |
"type": "number", |
| 21 |
"default": 10 |
| 22 |
}, |
| 23 |
"backGroundColor": { |
| 24 |
"type": "string", |
| 25 |
"default": "#f9f9f9" |
| 26 |
}, |
| 27 |
"uniqueClass": { |
| 28 |
"type": "string", |
| 29 |
"default": "" |
| 30 |
}, |
| 31 |
"fillType": { |
| 32 |
"type": "string", |
| 33 |
"default": "" |
| 34 |
}, |
| 35 |
"animation": { |
| 36 |
"type": "string", |
| 37 |
"default": "" |
| 38 |
}, |
| 39 |
"blockHoverEffect": { |
| 40 |
"type": "string", |
| 41 |
"default": "" |
| 42 |
} |
| 43 |
}, |
| 44 |
"editorScript": "file:./index.js" |
| 45 |
} |