block.json
6 months ago
index.asset.php
5 months ago
index.js
5 months ago
style-index-rtl.css
6 months ago
style-index.css
6 months ago
view.php
6 months ago
block.json
47 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "surecart/cart-order-bump-add-button", |
| 5 | "title": "Order Bump Add Button", |
| 6 | "description": "Button to add the order bump to cart.", |
| 7 | "version": "1.0.0", |
| 8 | "category": "surecart-cart", |
| 9 | "ancestor": [ |
| 10 | "surecart/cart-order-bump-template" |
| 11 | ], |
| 12 | "supports": { |
| 13 | "interactivity": true, |
| 14 | "typography": { |
| 15 | "fontSize": true, |
| 16 | "lineHeight": true, |
| 17 | "__experimentalFontWeight": true, |
| 18 | "__experimentalDefaultControls": { |
| 19 | "fontSize": true |
| 20 | } |
| 21 | }, |
| 22 | "color": { |
| 23 | "text": true, |
| 24 | "background": true, |
| 25 | "__experimentalDefaultControls": { |
| 26 | "background": true, |
| 27 | "text": true |
| 28 | } |
| 29 | }, |
| 30 | "__experimentalBorder": { |
| 31 | "color": true, |
| 32 | "radius": true, |
| 33 | "width": true, |
| 34 | "__experimentalDefaultControls": { |
| 35 | "color": true, |
| 36 | "width": true |
| 37 | } |
| 38 | }, |
| 39 | "spacing": { |
| 40 | "padding": true |
| 41 | } |
| 42 | }, |
| 43 | "render": "file:./view.php", |
| 44 | "textdomain": "surecart", |
| 45 | "editorScript": "file:./index.js", |
| 46 | "style": "file:./style-index.css" |
| 47 | } |