PluginProbe
Better Payment – Instant Payments, Donations, Fundraising with Subscriptions & More / 2.3.1
Better Payment – Instant Payments, Donations, Fundraising with Subscriptions & More v2.3.1
2.3.4 2.3.3 2.3.2 2.3.1 2.3.0 2.2.2 2.2.1 2.2.0 2.1.2 2.1.1 trunk 0.0.1 0.0.2 0.0.3 0.0.4 0.0.5 0.0.6 0.0.7 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 All 66 releases
better-payment / assets / blocks / block / block.json

block.json in Better Payment – Instant Payments, Donations, Fundraising with Subscriptions & More 2.3.1, at assets/blocks/block/block.json

25 lines 718 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "better-payment/campaign-display",
5 "version": "1.0.0",
6 "title": "Campaign Display",
7 "category": "better-payment",
8 "icon": "heart",
9 "description": "Display a fundraising campaign with progress bar, stats, and donation form link.",
10 "keywords": ["campaign", "fundraising", "charity", "donate", "better payment"],
11 "textdomain": "better-payment",
12 "attributes": {
13 "campaignId": {
14 "type": "integer",
15 "default": 0
16 }
17 },
18 "supports": {
19 "html": false,
20 "anchor": true,
21 "className": true
22 },
23 "editorScript": "file:./index.js"
24 }
25