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-list / block.json

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

68 lines 1.5 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-list",
6 "description": "Lists products or services with prices.",
7 "category": "getwid-blocks",
8 "title": "Price List",
9 "supports": {
10 "align": [
11 "wide",
12 "full"
13 ],
14 "html": false
15 },
16 "attributes": {
17 "textColor": {
18 "type": "string"
19 },
20 "customTextColor": {
21 "type": "string"
22 },
23 "title": {
24 "type": "string",
25 "source": "html",
26 "selector": ".wp-block-getwid-price-list__title"
27 },
28 "amount": {
29 "type": "string",
30 "source": "html",
31 "selector": ".wp-block-getwid-price-list__amount"
32 },
33 "currency": {
34 "type": "string",
35 "source": "html",
36 "selector": ".wp-block-getwid-price-list__currency"
37 },
38 "description": {
39 "type": "string",
40 "source": "html",
41 "selector": ".wp-block-getwid-price-list__description"
42 },
43 "dotted": {
44 "type": "boolean",
45 "default": true
46 },
47 "id": {
48 "type": "number"
49 },
50 "url": {
51 "type": "string",
52 "source": "attribute",
53 "selector": ".wp-block-getwid-price-list__image",
54 "attribute": "src"
55 },
56 "titleTag": {
57 "type": "string",
58 "default": "p"
59 },
60 "currencyPosition": {
61 "type": "string",
62 "default": "currency-before"
63 }
64 },
65 "editorScript": "file:./index.js",
66 "editorStyle": "file:./index.css",
67 "style": "file:./style-index.css"
68 }