PluginProbe
Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor / 2.0.7
Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor v2.0.7
2.0.13 2.0.12 2.0.11 2.0.10 2.0.9 trunk 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8
blockenberg / blocks / app-download / block.json

block.json in Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor 2.0.7, at blocks/app-download/block.json

163 lines 4.0 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 "name": "blockenberg/app-download",
5 "version": "1.0.0",
6 "title": "App Download",
7 "category": "bkbg-marketing",
8 "icon": "smartphone",
9 "description": "Ready-made app promotion section with iOS / Android badges, device screenshot, heading, subtitle, ratings/reviews, and full background controls.",
10 "keywords": [
11 "app",
12 "download",
13 "ios",
14 "android",
15 "store",
16 "mobile",
17 "section"
18 ],
19 "textdomain": "blockenberg",
20 "editorScript": "bkbg-app-download-editor",
21 "style": "bkbg-app-download-style",
22 "viewScript": "bkbg-app-download-frontend",
23 "attributes": {
24 "tag": {
25 "type": "string",
26 "default": "Now Available"
27 },
28 "showTag": {
29 "type": "boolean",
30 "default": true
31 },
32 "heading": {
33 "type": "string",
34 "default": "Take your work everywhere."
35 },
36 "subtext": {
37 "type": "string",
38 "default": "Available on iOS and Android. Set up in seconds, sync instantly, and stay productive on any device."
39 },
40 "rating": {
41 "type": "string",
42 "default": "4.9"
43 },
44 "ratingCount": {
45 "type": "string",
46 "default": "12,400+ ratings"
47 },
48 "showRating": {
49 "type": "boolean",
50 "default": true
51 },
52 "showApple": {
53 "type": "boolean",
54 "default": true
55 },
56 "appleUrl": {
57 "type": "string",
58 "default": "#"
59 },
60 "showGoogle": {
61 "type": "boolean",
62 "default": true
63 },
64 "googleUrl": {
65 "type": "string",
66 "default": "#"
67 },
68 "deviceImageUrl": {
69 "type": "string",
70 "default": ""
71 },
72 "deviceImageId": {
73 "type": "number",
74 "default": 0
75 },
76 "deviceAlt": {
77 "type": "string",
78 "default": "App screenshot"
79 },
80 "imageLayout": {
81 "type": "string",
82 "default": "right"
83 },
84 "badgeStyle": {
85 "type": "string",
86 "default": "black"
87 },
88 "layout": {
89 "type": "string",
90 "default": "split"
91 },
92 "bgColor": {
93 "type": "string",
94 "default": "#0f172a"
95 },
96 "bgGradient": {
97 "type": "string",
98 "default": ""
99 },
100 "headingColor": {
101 "type": "string",
102 "default": "#ffffff"
103 },
104 "textColor": {
105 "type": "string",
106 "default": "#94a3b8"
107 },
108 "tagBg": {
109 "type": "string",
110 "default": "rgba(255,255,255,.1)"
111 },
112 "tagColor": {
113 "type": "string",
114 "default": "#ffffff"
115 },
116 "starColor": {
117 "type": "string",
118 "default": "#f59e0b"
119 },
120 "accentColor": {
121 "type": "string",
122 "default": "#818cf8"
123 },
124 "headingSize": {
125 "type": "number",
126 "default": 44
127 },
128 "textSize": {
129 "type": "number",
130 "default": 18
131 },
132 "paddingTop": {
133 "type": "number",
134 "default": 80
135 },
136 "paddingBottom": {
137 "type": "number",
138 "default": 80
139 },
140 "maxWidth": {
141 "type": "number",
142 "default": 1200
143 },
144 "headingTypo": {
145 "type": "object",
146 "default": {}
147 },
148 "bodyTypo": {
149 "type": "object",
150 "default": {}
151 }
152 },
153 "supports": {
154 "html": false,
155 "anchor": true,
156 "className": true,
157 "align": [
158 "wide",
159 "full"
160 ]
161 }
162 }
163