D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
diafdxji
/
shihty.com
/
wp-content
/
plugins
/
surecart
/
packages
/
blocks
/
Blocks
/
PriceChoice
/
Filename :
block.json
back
Copy
{ "apiVersion": 2, "name": "surecart/price-choice", "title": "Price Choice", "description": "Displays a price choice for a product", "category": "surecart", "parent": ["surecart/price-selector"], "keywords": ["price", "product", "choice", "checkout"], "textdomain": "surecart", "supports": { "reusable": false, "html": false }, "attributes": { "price_id": { "type": "string" }, "label": { "type": "string" }, "description": { "type": "string" }, "quantity": { "type": "number" }, "type": { "type": "string", "default": "radio" }, "checked": { "type": "boolean" }, "show_label": { "type": "boolean", "default": true }, "show_price": { "type": "boolean", "default": true }, "show_control": { "type": "boolean", "default": false } } }