block.json
6 months ago
index-rtl.css
6 months ago
index.asset.php
6 months ago
index.css
6 months ago
index.js
6 months ago
style-index-rtl.css
6 months ago
style-index.css
6 months ago
view.php
4 months ago
block.json
44 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "surecart/cart-order-bump-template", |
| 5 | "title": "Order Bump Template", |
| 6 | "description": "Template for rendering each order bump item.", |
| 7 | "version": "1.0.0", |
| 8 | "category": "surecart-cart", |
| 9 | "ancestor": [ |
| 10 | "surecart/cart-order-bumps" |
| 11 | ], |
| 12 | "usesContext": [ |
| 13 | "surecart/order-bumps/perPage" |
| 14 | ], |
| 15 | "supports": { |
| 16 | "interactivity": true, |
| 17 | "inserter": false, |
| 18 | "layout": { |
| 19 | "default": { |
| 20 | "type": "grid", |
| 21 | "columnCount": 3 |
| 22 | }, |
| 23 | "allowSwitching": true |
| 24 | }, |
| 25 | "spacing": { |
| 26 | "padding": true, |
| 27 | "margin": true, |
| 28 | "blockGap": true |
| 29 | }, |
| 30 | "color": { |
| 31 | "background": true |
| 32 | }, |
| 33 | "__experimentalBorder": { |
| 34 | "color": true, |
| 35 | "radius": true, |
| 36 | "width": true |
| 37 | } |
| 38 | }, |
| 39 | "render": "file:./view.php", |
| 40 | "textdomain": "surecart", |
| 41 | "editorScript": "file:./index.js", |
| 42 | "editorStyle": "file:./index.css", |
| 43 | "style": "file:./style-index.css" |
| 44 | } |