FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
packages
/
blocks
/
Blocks
/
ProductDonationAmount
Edit File: block.json
{ "apiVersion": 3, "name": "surecart/product-donation-amount", "title": "Product Donation Amount", "description": "Displays a donation amount for the donation form.", "category": "surecart", "ancestor": ["surecart/product-donation-amounts"], "keywords": ["donation", "ad hoc", "custom", "amount"], "textdomain": "surecart", "usesContext": ["surecart/product-donation/product_id"], "supports": { "reusable": false, "html": false }, "attributes": { "amount": { "type": "number", "default": 0 }, "label": { "type": "string" }, "currency": { "type": "string" } }, "style": "file:./preload.css" }
Save
Back