# give/4.15.5/src/EventTickets/resources/blocks/EventTicketsBlock/block.json

GiveWP – Donation Plugin and Fundraising Platform, version 4.15.5. 16 lines.

- Page: https://pluginprobe.com/plugins/give/4.15.5/code/src/EventTickets/resources/blocks/EventTicketsBlock/block.json
- Raw: https://pluginprobe.com/plugins/give/4.15.5/raw/src/EventTickets/resources/blocks/EventTicketsBlock/block.json
- Modified: 2024-03-13T21:54:14+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.15.5/code/src/EventTickets/resources/blocks/EventTicketsBlock/block.json#L10-L20`.

```json
{
    "name": "givewp/event-tickets",
    "title": "Event Tickets",
    "description": "Sell event tickets for your cause",
    "category": "input",
    "icon": "yes",
    "supports": {
        "multiple": false
    },
    "attributes": {
        "eventId": {
            "type": "number"
        }
    }
}

```
