block.json in BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites 1.0.2, at src/blocks/notice-bar/block.json
| 1 | { |
| 2 | "name": "blockspare/blockspare-notice-bar", |
| 3 | "category": "blockspare", |
| 4 | "attributes": { |
| 5 | "className": { |
| 6 | "type": "string" |
| 7 | }, |
| 8 | "align": { |
| 9 | "type": "string", |
| 10 | "default": "center" |
| 11 | }, |
| 12 | |
| 13 | "sectionAlignment": { |
| 14 | "type": "string", |
| 15 | "default": "left" |
| 16 | }, |
| 17 | |
| 18 | "textsColor": { |
| 19 | "type": "string", |
| 20 | "default": "#4c4c4c" |
| 21 | }, |
| 22 | "fontSize": { |
| 23 | "type": "number", |
| 24 | "default": 18 |
| 25 | }, |
| 26 | |
| 27 | "backGroundColor": { |
| 28 | "type": "string", |
| 29 | "default": "#fff" |
| 30 | }, |
| 31 | |
| 32 | "boxBorderColor": { |
| 33 | "type": "string", |
| 34 | "default": "#cc0000" |
| 35 | }, |
| 36 | "noticeContent": { |
| 37 | "type": "string", |
| 38 | "default": "Add your notice here...." |
| 39 | |
| 40 | }, |
| 41 | |
| 42 | "paddingTop": { |
| 43 | "type": "number", |
| 44 | "default": 10 |
| 45 | }, |
| 46 | "paddingRight": { |
| 47 | "type": "number", |
| 48 | "default": 20 |
| 49 | }, |
| 50 | "paddingBottom": { |
| 51 | "type": "number", |
| 52 | "default": 10 |
| 53 | }, |
| 54 | "paddingLeft": { |
| 55 | "type": "number", |
| 56 | "default": 20 |
| 57 | }, |
| 58 | "marginTop": { |
| 59 | "type": "number", |
| 60 | "default": 30 |
| 61 | }, |
| 62 | |
| 63 | "marginBottom": { |
| 64 | "type": "number", |
| 65 | "default": 30 |
| 66 | }, |
| 67 | |
| 68 | "enableButton": { |
| 69 | "type": "boolean", |
| 70 | "default": false |
| 71 | }, |
| 72 | |
| 73 | "borderRadius": { |
| 74 | "type": "number", |
| 75 | "default": 0 |
| 76 | } |
| 77 | |
| 78 | |
| 79 | } |
| 80 | } |