|
1
|
{ |
|
2
|
"name": "givewp/event-tickets", |
|
3
|
"title": "Event Tickets", |
|
4
|
"description": "Sell event tickets for your cause", |
|
5
|
"category": "input", |
|
6
|
"icon": "yes", |
|
7
|
"supports": { |
|
8
|
"multiple": false |
|
9
|
}, |
|
10
|
"attributes": { |
|
11
|
"eventId": { |
|
12
|
"type": "number" |
|
13
|
} |
|
14
|
} |
|
15
|
} |
|
16
|
|