block.json
1 year ago
index.asset.php
1 month ago
index.js
1 month ago
style-index-rtl.css
1 year ago
style-index.css
1 year ago
view.php
1 year ago
block.json
59 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "surecart/product-list-sidebar-toggle", |
| 5 | "title": "Sidebar Toggle Button", |
| 6 | "description": "Display the product list sidebar toggle.", |
| 7 | "version": "1.0.0", |
| 8 | "category": "surecart-product-list", |
| 9 | "example": {}, |
| 10 | "ancestor": [ |
| 11 | "surecart/product-list" |
| 12 | ], |
| 13 | "attributes": { |
| 14 | "label": { |
| 15 | "type": "string", |
| 16 | "default": "Filter" |
| 17 | }, |
| 18 | "icon": { |
| 19 | "type": "string", |
| 20 | "default": "sliders" |
| 21 | } |
| 22 | }, |
| 23 | "supports": { |
| 24 | "interactivity": true, |
| 25 | "spacing": { |
| 26 | "padding": true, |
| 27 | "margin": true |
| 28 | }, |
| 29 | "typography": { |
| 30 | "fontSize": true, |
| 31 | "lineHeight": true, |
| 32 | "__experimentalFontWeight": true |
| 33 | }, |
| 34 | "color": { |
| 35 | "text": true |
| 36 | }, |
| 37 | "__experimentalBorder": { |
| 38 | "color": true, |
| 39 | "radius": true, |
| 40 | "style": true, |
| 41 | "width": true, |
| 42 | "__experimentalDefaultControls": { |
| 43 | "color": true, |
| 44 | "radius": true, |
| 45 | "style": true, |
| 46 | "width": true |
| 47 | } |
| 48 | } |
| 49 | }, |
| 50 | "textdomain": "surecart", |
| 51 | "editorScript": "file:./index.js", |
| 52 | "style": [ |
| 53 | "file:./style-index.css" |
| 54 | ], |
| 55 | "render": "file:./view.php", |
| 56 | "viewScriptModule": [ |
| 57 | "@surecart/sidebar" |
| 58 | ] |
| 59 | } |