| 1 |
{ |
| 2 |
"$schema": "https://json.schemastore.org/block.json", |
| 3 |
"apiVersion": 2, |
| 4 |
"name": "givewp/donation-form", |
| 5 |
"version": "1.0.0", |
| 6 |
"title": "Donation Form", |
| 7 |
"category": "give", |
| 8 |
"icon": "superhero", |
| 9 |
"description": "The GiveWP Donation Form block inserts an existing donation form into the page.", |
| 10 |
"supports": { |
| 11 |
"html": false, |
| 12 |
"inserter": false |
| 13 |
}, |
| 14 |
"attributes": { |
| 15 |
"formId": { |
| 16 |
"type": "string" |
| 17 |
}, |
| 18 |
"blockId": { |
| 19 |
"type": "string" |
| 20 |
} |
| 21 |
}, |
| 22 |
"textdomain": "give", |
| 23 |
"editorStyle": "file:../../../../build/donationFormBlock.css", |
| 24 |
"editorScript": "file:../../../../build/donationFormBlock.js" |
| 25 |
} |
| 26 |
|