| 1 |
{ |
| 2 |
"$schema": "https://json.schemastore.org/block.json", |
| 3 |
"apiVersion": 2, |
| 4 |
"name": "givewp/campaign-goal", |
| 5 |
"version": "1.0.0", |
| 6 |
"title": "Campaign Goal", |
| 7 |
"category": "give", |
| 8 |
"description": "Displays the goal of the campaign.", |
| 9 |
"supports": { |
| 10 |
"align": [ |
| 11 |
"wide", |
| 12 |
"full" |
| 13 |
] |
| 14 |
}, |
| 15 |
"attributes": { |
| 16 |
"campaignId": { |
| 17 |
"type": "number" |
| 18 |
} |
| 19 |
}, |
| 20 |
"example": {}, |
| 21 |
"textdomain": "give", |
| 22 |
"viewScript": "file:../../../../build/campaignGoalBlockApp.js", |
| 23 |
"style": "file:../../../../build/campaignGoalBlockApp.css", |
| 24 |
"render": "file:./render.php" |
| 25 |
} |
| 26 |
|