block.json
11 months ago
index.asset.php
1 year ago
index.js
1 year ago
style-index-rtl.css
1 year ago
style-index.css
1 year ago
view.php
1 year ago
block.json
50 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "surecart/product-template-container", |
| 5 | "title": "Product Template Container", |
| 6 | "description": "Display the Product Template Container.", |
| 7 | "version": "1.0.0", |
| 8 | "category": "surecart-product-list", |
| 9 | "example": {}, |
| 10 | "ancestor": [ |
| 11 | "surecart/product-list" |
| 12 | ], |
| 13 | "attributes": {}, |
| 14 | "supports": { |
| 15 | "interactivity": true, |
| 16 | "inserter": false, |
| 17 | "align": [ |
| 18 | "wide", |
| 19 | "full" |
| 20 | ], |
| 21 | "layout": { |
| 22 | "allowSizingOnChildren": true |
| 23 | }, |
| 24 | "position": { |
| 25 | "sticky": true |
| 26 | }, |
| 27 | "dimensions": { |
| 28 | "minHeight": true |
| 29 | }, |
| 30 | "spacing": { |
| 31 | "padding": true, |
| 32 | "margin": true, |
| 33 | "blockGap": true, |
| 34 | "default": { |
| 35 | "blockGap": "0" |
| 36 | } |
| 37 | }, |
| 38 | "style": { |
| 39 | "spacing": { |
| 40 | "blockGap": "0" |
| 41 | } |
| 42 | } |
| 43 | }, |
| 44 | "textdomain": "surecart", |
| 45 | "editorScript": "file:./index.js", |
| 46 | "style": [ |
| 47 | "file:./style-index.css" |
| 48 | ], |
| 49 | "render": "file:./view.php" |
| 50 | } |