FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
packages
/
blocks-next
/
build
/
blocks
/
cart-count
Edit File: block.json
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "surecart/cart-count", "title": "Cart Items Count", "description": "Display the number of items in the cart.", "version": "1.0.0", "category": "surecart-cart", "example": {}, "ancestor": [ "surecart/slide-out-cart" ], "supports": { "interactivity": true, "spacing": { "padding": true, "margin": true }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontWeight": true }, "__experimentalBorder": { "color": true, "radius": true, "style": true, "width": true }, "color": { "text": true, "background": true, "enableContrastChecker": true } }, "render": "file:./view.php", "textdomain": "surecart", "editorScript": "file:./index.js", "style": "file:./style-index.css" }
Save
Back