File: //home/globfdxw/www/wp-content/plugins/give/src/DonationForms/Blocks/DonationFormBlock/block.json
{
"$schema": "https://json.schemastore.org/block.json",
"apiVersion": 3,
"name": "givewp/donation-form",
"version": "1.0.0",
"title": "Donation Form",
"category": "give",
"icon": "superhero",
"description": "The GiveWP Donation Form block inserts an existing donation form into the page.",
"supports": {
"html": false,
"inserter": false
},
"attributes": {
"formId": {
"type": "string"
},
"blockId": {
"type": "string"
}
},
"textdomain": "give",
"editorStyle": "file:../../../../build/donationFormBlock.css",
"editorScript": "file:../../../../build/donationFormBlock.js"
}