block.json in BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites 1.0.2, at src/blocks/tabs/block.json
| 1 | { |
| 2 | "name": "blockspare/blockspare-tabs", |
| 3 | "category": "blockspare", |
| 4 | "attributes": { |
| 5 | "className": { |
| 6 | "type": "string" |
| 7 | }, |
| 8 | "tabs": { |
| 9 | "type": "number", |
| 10 | "default": 3 |
| 11 | }, |
| 12 | "tabTitles": { |
| 13 | "type": "array", |
| 14 | "default": [ |
| 15 | { "title": "Tab 1" }, |
| 16 | { "title": "Tab 2" }, |
| 17 | { "title": "Tab 3" } |
| 18 | ] |
| 19 | }, |
| 20 | "tabStyle": { |
| 21 | "type": "string", |
| 22 | "default": "blockspare-horizontal" |
| 23 | }, |
| 24 | "tabLayout": { |
| 25 | "type": "string", |
| 26 | "default": "blockspare-layout1" |
| 27 | }, |
| 28 | "tabBackGroundColor": { |
| 29 | "type": "string", |
| 30 | "default": "#3c1a5b" |
| 31 | }, |
| 32 | "activeTabBackgroundColor": { |
| 33 | "type": "string", |
| 34 | "default": "#8b249c" |
| 35 | }, |
| 36 | "tabTextColor": { |
| 37 | "type": "string", |
| 38 | "default": "#fff" |
| 39 | }, |
| 40 | "activetabTextColor": { |
| 41 | "type": "string", |
| 42 | "default": "#fff" |
| 43 | }, |
| 44 | "tabAlignment": { |
| 45 | "type": "string", |
| 46 | "default": "blockspare-left" |
| 47 | } |
| 48 | } |
| 49 | } |