app
1 year ago
app.tsx
10 months ago
block.json
6 months ago
edit.tsx
1 year ago
icon.jsx
1 year ago
index.tsx
1 year ago
render.php
1 year ago
utils.ts
1 year ago
block.json
23 lines
| 1 | { |
| 2 | "$schema": "https://json.schemastore.org/block.json", |
| 3 | "apiVersion": 3, |
| 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": ["wide", "full"] |
| 11 | }, |
| 12 | "attributes": { |
| 13 | "campaignId": { |
| 14 | "type": "number" |
| 15 | } |
| 16 | }, |
| 17 | "example": {}, |
| 18 | "textdomain": "give", |
| 19 | "viewScript": "file:../../../../build/campaignGoalBlockApp.js", |
| 20 | "style": "file:../../../../build/campaignGoalBlockApp.css", |
| 21 | "render": "file:./render.php" |
| 22 | } |
| 23 |