PluginProbe
bBlocks – Essential Gutenberg Blocks & Patterns Collection / trunk
bBlocks – Essential Gutenberg Blocks & Patterns Collection vtrunk
2.1.6 2.1.5 2.1.4 2.1.3 2.1.2 2.1.1 2.1.0 2.0.43 2.0.42 2.0.41 2.0.40 2.0.39 2.0.38 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 All 106 releases
b-blocks / build / qr-code / block.json

block.json in bBlocks – Essential Gutenberg Blocks & Patterns Collection trunk, at build/qr-code/block.json

55 lines 974 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "apiVersion": 3,
3 "name": "b-blocks/qr-code",
4 "title": "QR Code",
5 "description": "Show QR Code in posts and pages.",
6 "category": "bBlocks",
7 "keywords": [
8 "QR scanner",
9 "QR code",
10 "Code"
11 ],
12 "textdomain": "b-blocks",
13 "attributes": {
14 "align": {
15 "type": "string",
16 "default": ""
17 },
18 "qrAlign": {
19 "type": "string",
20 "default": "center"
21 },
22 "url": {
23 "type": "string",
24 "default": ""
25 },
26 "dimension": {
27 "type": "number",
28 "default": 180
29 },
30 "color": {
31 "type": "string",
32 "default": "#000"
33 },
34 "bgColor": {
35 "type": "string",
36 "default": "#fff"
37 }
38 },
39 "supports": {
40 "align": [
41 "wide",
42 "full"
43 ],
44 "html": false
45 },
46 "example": {
47 "attributes": {
48 "preview": true
49 }
50 },
51 "editorScript": "file:../index.js",
52 "style": "file:./view.css",
53 "render": "file:./render.php",
54 "viewScript": "file:./view.js"
55 }