FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
packages
/
blocks
/
Blocks
/
Card
Edit File: block.json
{ "$schema": "https://json.schemastore.org/block.json", "apiVersion": 3, "name": "surecart/card", "title": "Card", "description": "Display a card block.", "category": "surecart", "ancestor": ["surecart/form"], "keywords": ["card", "details", "confirm"], "textdomain": "surecart", "supports": { "reusable": false, "html": false }, "attributes": { "title": { "type": "string", "default": "" }, "borderless": { "type": "boolean" } } }
Save
Back