block.json
2 days ago
index-rtl.css
2 days ago
index.asset.php
2 days ago
index.css
2 days ago
index.js
2 days ago
style-index-rtl.css
2 days ago
style-index.css
2 days ago
block.json
69 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "parent": ["superb-addons/reveal-buttons"], |
| 5 | "name": "superb-addons/reveal-button", |
| 6 | "version": "0.1.0", |
| 7 | "title": "Superb Reveal Button", |
| 8 | "category": "superb-addons-blocks", |
| 9 | "icon": "button", |
| 10 | "description": "A single reveal button within a Superb Reveal Buttons block.", |
| 11 | "keywords": [ |
| 12 | "reveal", |
| 13 | "button", |
| 14 | "coupon", |
| 15 | "affiliate", |
| 16 | "discount", |
| 17 | "code", |
| 18 | "cta", |
| 19 | "call to action" |
| 20 | ], |
| 21 | "supports": { |
| 22 | "anchor": true, |
| 23 | "align": false, |
| 24 | "alignWide": false, |
| 25 | "color": { |
| 26 | "__experimentalSkipSerialization": true, |
| 27 | "gradients": true, |
| 28 | "__experimentalDefaultControls": { |
| 29 | "background": true, |
| 30 | "text": true |
| 31 | } |
| 32 | }, |
| 33 | "typography": { |
| 34 | "fontSize": true, |
| 35 | "lineHeight": true, |
| 36 | "__experimentalFontFamily": true, |
| 37 | "__experimentalFontWeight": true, |
| 38 | "__experimentalFontStyle": true, |
| 39 | "__experimentalTextTransform": true, |
| 40 | "__experimentalTextDecoration": true, |
| 41 | "__experimentalLetterSpacing": true, |
| 42 | "__experimentalDefaultControls": { |
| 43 | "fontSize": true |
| 44 | } |
| 45 | }, |
| 46 | "reusable": false, |
| 47 | "spacing": { |
| 48 | "padding": true |
| 49 | }, |
| 50 | "__experimentalBorder": { |
| 51 | "color": true, |
| 52 | "radius": true, |
| 53 | "style": true, |
| 54 | "width": true, |
| 55 | "__experimentalSkipSerialization": true, |
| 56 | "__experimentalDefaultControls": { |
| 57 | "color": true, |
| 58 | "radius": true, |
| 59 | "style": true, |
| 60 | "width": true |
| 61 | } |
| 62 | } |
| 63 | }, |
| 64 | "textdomain": "superb-blocks", |
| 65 | "editorScript": "file:./index.js", |
| 66 | "editorStyle": "file:./index.css", |
| 67 | "style": "file:./style-index.css" |
| 68 | } |
| 69 |