PluginProbe
Getwid – Gutenberg Blocks / 3.0.1
Getwid – Gutenberg Blocks v3.0.1
3.0.2 3.0.1 3.0.0 2.1.0 2.1.1 2.1.2 2.1.3 2.2.0 trunk 1.8.7 1.9.1 2.0.10 2.0.11 2.0.12 2.0.13 2.0.14 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9
getwid / assets / blocks / price-box / block.json

block.json in Getwid – Gutenberg Blocks 3.0.1, at assets/blocks/price-box/block.json

62 lines 1.4 KB
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 "textdomain": "getwid",
5 "name": "getwid/price-box",
6 "description": "Highlights a pricing plan with features.",
7 "category": "getwid-blocks",
8 "title": "Price Box",
9 "supports": {
10 "align": [
11 "wide",
12 "full"
13 ],
14 "html": false
15 },
16 "attributes": {
17 "backgroundColor": {
18 "type": "string"
19 },
20 "textColor": {
21 "type": "string"
22 },
23 "customBackgroundColor": {
24 "type": "string"
25 },
26 "customTextColor": {
27 "type": "string"
28 },
29 "title": {
30 "type": "string",
31 "source": "html",
32 "selector": ".wp-block-getwid-price-box__title"
33 },
34 "currency": {
35 "type": "string",
36 "source": "html",
37 "selector": ".wp-block-getwid-price-box__currency"
38 },
39 "amount": {
40 "type": "string",
41 "source": "html",
42 "selector": ".wp-block-getwid-price-box__amount"
43 },
44 "period": {
45 "type": "string",
46 "source": "html",
47 "selector": ".wp-block-getwid-price-box__period"
48 },
49 "features": {
50 "type": "string",
51 "source": "html",
52 "selector": ".wp-block-getwid-price-box__features"
53 },
54 "headerTag": {
55 "type": "string",
56 "default": "p"
57 }
58 },
59 "editorScript": "file:./index.js",
60 "editorStyle": "file:./index.css",
61 "style": "file:./style-index.css"
62 }