block.json
1 week ago
edit-rtl.css
1 week ago
edit.asset.php
1 week ago
edit.css
1 week ago
edit.js
1 week ago
index-rtl.css
1 week ago
index.asset.php
1 week ago
index.css
1 week ago
index.js
1 week ago
view.asset.php
1 week ago
view.js
1 week ago
block.json
19 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "flexible-shipping/free-shipping-notice", |
| 5 | "version": "1.0.0", |
| 6 | "title": "Free Shipping Notice", |
| 7 | "category": "widgets", |
| 8 | "icon": "smiley", |
| 9 | "description": "Displays free shipping notice.", |
| 10 | "example": {}, |
| 11 | "supports": { |
| 12 | "html": false |
| 13 | }, |
| 14 | "textdomain": "flexible-shipping", |
| 15 | "editorScript": "file:./index.js", |
| 16 | "editorStyle": "file:./index.css", |
| 17 | "style": "file:./style-index.css", |
| 18 | "viewScript": "file:./view.js" |
| 19 | } |