# give/4.16.8.1/src/DonationForms/Blocks/DonationFormBlock/block.json

GiveWP – Donation Plugin and Fundraising Platform, version 4.16.8.1. 26 lines.

- Page: https://pluginprobe.com/plugins/give/4.16.8.1/code/src/DonationForms/Blocks/DonationFormBlock/block.json
- Raw: https://pluginprobe.com/plugins/give/4.16.8.1/raw/src/DonationForms/Blocks/DonationFormBlock/block.json
- Modified: 2025-12-08T20:09:52+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/give/4.16.8.1/code/src/DonationForms/Blocks/DonationFormBlock/block.json#L10-L20`.

```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"
}

```
