FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
packages
/
blocks
/
Blocks
/
DonationAmount
Edit File: block.json
{ "apiVersion": 3, "name": "surecart/donation-amount", "title": "Donation Amount", "description": "Displays a donation amount for the donation form.", "category": "surecart", "parent": ["surecart/donation"], "keywords": ["donation", "ad hoc", "custom", "amount"], "textdomain": "surecart", "supports": { "reusable": false, "html": false }, "attributes": { "amount": { "type": "number" }, "label": { "type": "string" }, "currency": { "type": "string" } } }
Save
Back