block.json
6 months ago
index.asset.php
6 months ago
index.js
6 months ago
style-index-rtl.css
6 months ago
style-index.css
6 months ago
view.php
6 months ago
block.json
31 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "surecart/cart-order-bump-description", |
| 5 | "title": "Order Bump Description", |
| 6 | "description": "Display the order bump description.", |
| 7 | "version": "1.0.0", |
| 8 | "category": "surecart-cart", |
| 9 | "keywords": [ |
| 10 | "order bump", |
| 11 | "description" |
| 12 | ], |
| 13 | "ancestor": [ |
| 14 | "surecart/cart-order-bump-template" |
| 15 | ], |
| 16 | "supports": { |
| 17 | "interactivity": true, |
| 18 | "typography": { |
| 19 | "fontSize": true, |
| 20 | "lineHeight": true |
| 21 | }, |
| 22 | "color": { |
| 23 | "text": true, |
| 24 | "background": true |
| 25 | } |
| 26 | }, |
| 27 | "render": "file:./view.php", |
| 28 | "textdomain": "surecart", |
| 29 | "editorScript": "file:./index.js", |
| 30 | "style": "file:./style-index.css" |
| 31 | } |