block.json
1 year ago
controller.php
1 year 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
81 lines
| 1 | { |
| 2 | "$schema": "https://json.schemastore.org/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "surecart/slide-out-cart-items-submit", |
| 5 | "title": "Cart Submit Button", |
| 6 | "description": "The cart submit button", |
| 7 | "textdomain": "surecart", |
| 8 | "version": "1.0.0", |
| 9 | "category": "surecart-cart", |
| 10 | "example": {}, |
| 11 | "ancestor": [ |
| 12 | "surecart/slide-out-cart" |
| 13 | ], |
| 14 | "attributes": { |
| 15 | "text": { |
| 16 | "type": "string", |
| 17 | "default": "Checkout" |
| 18 | }, |
| 19 | "width": { |
| 20 | "type": "number", |
| 21 | "default": 100 |
| 22 | } |
| 23 | }, |
| 24 | "supports": { |
| 25 | "interactivity": true, |
| 26 | "anchor": true, |
| 27 | "align": false, |
| 28 | "alignWide": false, |
| 29 | "html": false, |
| 30 | "multiple": false, |
| 31 | "__experimentalSelector": ".wp-block-button .wp-block-button__link", |
| 32 | "spacing": { |
| 33 | "__experimentalSkipSerialization": true, |
| 34 | "padding": [ |
| 35 | "horizontal", |
| 36 | "vertical" |
| 37 | ], |
| 38 | "margin": [ |
| 39 | "top", |
| 40 | "bottom" |
| 41 | ] |
| 42 | }, |
| 43 | "color": { |
| 44 | "__experimentalSkipSerialization": true, |
| 45 | "gradients": true, |
| 46 | "__experimentalDefaultControls": { |
| 47 | "background": true, |
| 48 | "text": true |
| 49 | } |
| 50 | }, |
| 51 | "typography": { |
| 52 | "fontSize": true, |
| 53 | "__experimentalFontFamily": true, |
| 54 | "__experimentalFontWeight": true, |
| 55 | "__experimentalFontStyle": true, |
| 56 | "__experimentalTextTransform": true |
| 57 | }, |
| 58 | "reusable": false, |
| 59 | "__experimentalBorder": { |
| 60 | "color": true, |
| 61 | "radius": true, |
| 62 | "style": true, |
| 63 | "width": true, |
| 64 | "__experimentalSkipSerialization": true, |
| 65 | "__experimentalDefaultControls": { |
| 66 | "color": true, |
| 67 | "radius": true, |
| 68 | "style": true, |
| 69 | "width": true |
| 70 | } |
| 71 | } |
| 72 | }, |
| 73 | "render": "file:./view.php", |
| 74 | "editorScript": "file:./index.js", |
| 75 | "style": [ |
| 76 | "surecart-wp-buttons", |
| 77 | "surecart-wp-button", |
| 78 | "file:./style-index.css", |
| 79 | "wp-block-button" |
| 80 | ] |
| 81 | } |