cc-core-cli 1.0.48 → 1.0.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/template/admin/public/static/images/adv_settings.svg +130 -0
- package/template/core/package.json +1 -1
- package/template/core/src/core/setting/_settings/global_login.json +217 -0
- package/template/core/src/core/setting/_settings/header_footer.json +83 -0
- package/template/core/src/core/setting/_settings/list_detail.json +588 -0
- package/template/core/src/core/setting/_settings/toast.json +344 -0
- package/template/core/src/core/setting/_settings/theme_layout.layout.json +0 -1227
|
@@ -1,1227 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"detail": {
|
|
3
|
-
"title": {},
|
|
4
|
-
"blocks": [
|
|
5
|
-
{
|
|
6
|
-
"key": "98d7cb9007125b8c55a0",
|
|
7
|
-
"type": "collapse",
|
|
8
|
-
"force_render": true,
|
|
9
|
-
"allow_add": false,
|
|
10
|
-
"data_source": "",
|
|
11
|
-
"body": [
|
|
12
|
-
{
|
|
13
|
-
"title": "Global",
|
|
14
|
-
"source_key": "global",
|
|
15
|
-
"key": "9c1fff3c98a74b20f906",
|
|
16
|
-
"blocks": [
|
|
17
|
-
{
|
|
18
|
-
"key": "c80f903d6fdaafbd0f65",
|
|
19
|
-
"type": "column",
|
|
20
|
-
"layout": {
|
|
21
|
-
"num_of_col": 2,
|
|
22
|
-
"fields": [
|
|
23
|
-
[
|
|
24
|
-
{
|
|
25
|
-
"field": "file",
|
|
26
|
-
"type": "standard_component",
|
|
27
|
-
"unique_key": "standard_component_file_8c0994a927cb0a026b92",
|
|
28
|
-
"key": "default_profile",
|
|
29
|
-
"label": "Default Profile",
|
|
30
|
-
"link_type": "key",
|
|
31
|
-
"trigger": [],
|
|
32
|
-
"allow_extensions": [
|
|
33
|
-
"png",
|
|
34
|
-
"jpeg",
|
|
35
|
-
"jpg",
|
|
36
|
-
"svg"
|
|
37
|
-
],
|
|
38
|
-
"path_file": "system/global_setting/profile",
|
|
39
|
-
"is_public": true
|
|
40
|
-
}
|
|
41
|
-
],
|
|
42
|
-
[
|
|
43
|
-
{
|
|
44
|
-
"field": "entity_layout",
|
|
45
|
-
"type": "standard_component",
|
|
46
|
-
"unique_key": "standard_component_entity_layout_697ce53c3836353d0582",
|
|
47
|
-
"key": "my_profile_form",
|
|
48
|
-
"label": "My Profile Form",
|
|
49
|
-
"required": true,
|
|
50
|
-
"link_type": "key",
|
|
51
|
-
"entity": "other_entity",
|
|
52
|
-
"relate_ref": "user",
|
|
53
|
-
"trigger": []
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"field": "input",
|
|
57
|
-
"type": "standard_component",
|
|
58
|
-
"unique_key": "standard_component_input_bc64401b16c5e6846dd4",
|
|
59
|
-
"key": "my_profile_format",
|
|
60
|
-
"label": "My Profile Format",
|
|
61
|
-
"link_type": "key",
|
|
62
|
-
"entity": "other_entity",
|
|
63
|
-
"input_type": "single_line",
|
|
64
|
-
"relate_ref": "user",
|
|
65
|
-
"trigger": []
|
|
66
|
-
}
|
|
67
|
-
]
|
|
68
|
-
]
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
],
|
|
72
|
-
"actions": []
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"title": "Login",
|
|
76
|
-
"key": "67a40e61895a8f56c67b",
|
|
77
|
-
"blocks": [
|
|
78
|
-
{
|
|
79
|
-
"key": "6d7ed53df747852a5189",
|
|
80
|
-
"type": "column",
|
|
81
|
-
"layout": {
|
|
82
|
-
"num_of_col": 3,
|
|
83
|
-
"fields": [
|
|
84
|
-
[
|
|
85
|
-
{
|
|
86
|
-
"field": "radio",
|
|
87
|
-
"type": "standard_component",
|
|
88
|
-
"unique_key": "standard_component_radio_242dbf739e9d854b3744",
|
|
89
|
-
"key": "layout",
|
|
90
|
-
"label": "Layout",
|
|
91
|
-
"required": true,
|
|
92
|
-
"link_type": "key",
|
|
93
|
-
"options": [
|
|
94
|
-
{
|
|
95
|
-
"label": "setting.theme_layout.login_layout_v1",
|
|
96
|
-
"value": "v1"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"label": "setting.theme_layout.login_layout_v2",
|
|
100
|
-
"value": "v2"
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"label": "setting.theme_layout.login_layout_v3",
|
|
104
|
-
"value": "v3"
|
|
105
|
-
}
|
|
106
|
-
],
|
|
107
|
-
"option_type": "button",
|
|
108
|
-
"trigger": []
|
|
109
|
-
}
|
|
110
|
-
],
|
|
111
|
-
[
|
|
112
|
-
{
|
|
113
|
-
"field": "color_picker",
|
|
114
|
-
"type": "standard_component",
|
|
115
|
-
"unique_key": "standard_component_color_picker_e111455f23c61c6cdfbf",
|
|
116
|
-
"key": "logo_background_color",
|
|
117
|
-
"label": "Logo Background Color",
|
|
118
|
-
"required": false,
|
|
119
|
-
"link_type": "key",
|
|
120
|
-
"trigger": [],
|
|
121
|
-
"allow_alpha": true
|
|
122
|
-
}
|
|
123
|
-
],
|
|
124
|
-
[
|
|
125
|
-
{
|
|
126
|
-
"field": "color_picker",
|
|
127
|
-
"type": "standard_component",
|
|
128
|
-
"unique_key": "standard_component_color_picker_e5c3b59576e0d6debd6f",
|
|
129
|
-
"key": "background_color",
|
|
130
|
-
"label": "Background Color",
|
|
131
|
-
"required": false,
|
|
132
|
-
"link_type": "key",
|
|
133
|
-
"trigger": [],
|
|
134
|
-
"allow_alpha": true
|
|
135
|
-
}
|
|
136
|
-
]
|
|
137
|
-
]
|
|
138
|
-
}
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"key": "fec71ee1a473be569596",
|
|
142
|
-
"type": "column",
|
|
143
|
-
"layout": {
|
|
144
|
-
"num_of_col": 2,
|
|
145
|
-
"fields": [
|
|
146
|
-
[
|
|
147
|
-
{
|
|
148
|
-
"field": "file",
|
|
149
|
-
"type": "standard_component",
|
|
150
|
-
"unique_key": "standard_component_file_0496df53fa2ca5154fe0",
|
|
151
|
-
"key": "logo",
|
|
152
|
-
"label": "Logo",
|
|
153
|
-
"required": false,
|
|
154
|
-
"link_type": "key",
|
|
155
|
-
"trigger": [],
|
|
156
|
-
"allow_extensions": [
|
|
157
|
-
"png",
|
|
158
|
-
"jpg",
|
|
159
|
-
"jpeg",
|
|
160
|
-
"svg"
|
|
161
|
-
],
|
|
162
|
-
"path_file": "system/general_setting/logo",
|
|
163
|
-
"max_file_size": 10,
|
|
164
|
-
"is_public": true
|
|
165
|
-
}
|
|
166
|
-
],
|
|
167
|
-
[
|
|
168
|
-
{
|
|
169
|
-
"field": "file",
|
|
170
|
-
"type": "standard_component",
|
|
171
|
-
"unique_key": "standard_component_file_d1d601aa5d22b3ca3d02",
|
|
172
|
-
"key": "background_image",
|
|
173
|
-
"label": "Background Image",
|
|
174
|
-
"required": false,
|
|
175
|
-
"link_type": "key",
|
|
176
|
-
"trigger": [],
|
|
177
|
-
"allow_extensions": [
|
|
178
|
-
"png",
|
|
179
|
-
"jpg",
|
|
180
|
-
"jpeg",
|
|
181
|
-
"svg"
|
|
182
|
-
],
|
|
183
|
-
"path_file": "system/general_setting/bg",
|
|
184
|
-
"max_file_size": 10,
|
|
185
|
-
"is_public": true
|
|
186
|
-
}
|
|
187
|
-
]
|
|
188
|
-
]
|
|
189
|
-
}
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
"key": "6f86da399efa24442ec0",
|
|
193
|
-
"type": "column",
|
|
194
|
-
"layout": {
|
|
195
|
-
"num_of_col": 1,
|
|
196
|
-
"fields": [
|
|
197
|
-
[
|
|
198
|
-
{
|
|
199
|
-
"field": "input",
|
|
200
|
-
"type": "standard_component",
|
|
201
|
-
"unique_key": "standard_component_input_8affb780c4cbfe1ddb79",
|
|
202
|
-
"key": "background_content",
|
|
203
|
-
"label": "Background Content",
|
|
204
|
-
"link_type": "key",
|
|
205
|
-
"input_type": "wysiwyg",
|
|
206
|
-
"trigger": []
|
|
207
|
-
}
|
|
208
|
-
]
|
|
209
|
-
]
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
],
|
|
213
|
-
"source_key": "login",
|
|
214
|
-
"actions": []
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
"title": "Header",
|
|
218
|
-
"source_key": "header",
|
|
219
|
-
"actions": [],
|
|
220
|
-
"blocks": [
|
|
221
|
-
{
|
|
222
|
-
"key": "574a3e3eabd1e444bb98",
|
|
223
|
-
"type": "column",
|
|
224
|
-
"layout": {
|
|
225
|
-
"num_of_col": 6,
|
|
226
|
-
"fields": [
|
|
227
|
-
[
|
|
228
|
-
{
|
|
229
|
-
"field": "color_picker",
|
|
230
|
-
"type": "standard_component",
|
|
231
|
-
"unique_key": "standard_component_color_picker_fd86fc7f603a1e44959f",
|
|
232
|
-
"key": "breadcrumb_hover_color",
|
|
233
|
-
"label": "Breadcrumb Hover Color",
|
|
234
|
-
"link_type": "key",
|
|
235
|
-
"trigger": [],
|
|
236
|
-
"allow_alpha": false
|
|
237
|
-
},
|
|
238
|
-
{
|
|
239
|
-
"field": "color_picker",
|
|
240
|
-
"type": "standard_component",
|
|
241
|
-
"unique_key": "standard_component_color_picker_f46232e3c2828ae86d42",
|
|
242
|
-
"key": "menu_active_color",
|
|
243
|
-
"label": "Menu Active Color",
|
|
244
|
-
"link_type": "key",
|
|
245
|
-
"trigger": [],
|
|
246
|
-
"allow_alpha": true
|
|
247
|
-
}
|
|
248
|
-
],
|
|
249
|
-
[
|
|
250
|
-
{
|
|
251
|
-
"field": "color_picker",
|
|
252
|
-
"type": "standard_component",
|
|
253
|
-
"unique_key": "standard_component_color_picker_63cd4264860092f38299",
|
|
254
|
-
"key": "background_color",
|
|
255
|
-
"label": "Background Color",
|
|
256
|
-
"link_type": "key",
|
|
257
|
-
"trigger": [],
|
|
258
|
-
"allow_alpha": true
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
"field": "color_picker",
|
|
262
|
-
"type": "standard_component",
|
|
263
|
-
"unique_key": "standard_component_color_picker_4de5cfa335d23f27763c",
|
|
264
|
-
"key": "menu_background_color",
|
|
265
|
-
"label": "Menu Background Color",
|
|
266
|
-
"link_type": "key",
|
|
267
|
-
"trigger": []
|
|
268
|
-
}
|
|
269
|
-
],
|
|
270
|
-
[
|
|
271
|
-
{
|
|
272
|
-
"field": "color_picker",
|
|
273
|
-
"type": "standard_component",
|
|
274
|
-
"unique_key": "standard_component_color_picker_92ee1cdae282ff30305f",
|
|
275
|
-
"key": "menu_text_color",
|
|
276
|
-
"label": "Menu Text Color",
|
|
277
|
-
"link_type": "key",
|
|
278
|
-
"trigger": [],
|
|
279
|
-
"allow_alpha": true
|
|
280
|
-
}
|
|
281
|
-
],
|
|
282
|
-
[
|
|
283
|
-
{
|
|
284
|
-
"field": "color_picker",
|
|
285
|
-
"type": "standard_component",
|
|
286
|
-
"unique_key": "standard_component_color_picker_53f8f5c0264eeef0aca5",
|
|
287
|
-
"key": "menu_text_active_color",
|
|
288
|
-
"label": "Menu Text Active Color",
|
|
289
|
-
"link_type": "key",
|
|
290
|
-
"trigger": [],
|
|
291
|
-
"allow_alpha": true
|
|
292
|
-
}
|
|
293
|
-
]
|
|
294
|
-
]
|
|
295
|
-
}
|
|
296
|
-
}
|
|
297
|
-
],
|
|
298
|
-
"key": "407f5059c7309df01659"
|
|
299
|
-
},
|
|
300
|
-
{
|
|
301
|
-
"title": "Footer",
|
|
302
|
-
"source_key": "footer",
|
|
303
|
-
"actions": [],
|
|
304
|
-
"blocks": [
|
|
305
|
-
{
|
|
306
|
-
"key": "54166ce7b2cff59b2692",
|
|
307
|
-
"type": "column",
|
|
308
|
-
"layout": {
|
|
309
|
-
"num_of_col": 1,
|
|
310
|
-
"fields": [
|
|
311
|
-
[
|
|
312
|
-
{
|
|
313
|
-
"field": "input",
|
|
314
|
-
"type": "standard_component",
|
|
315
|
-
"unique_key": "standard_component_input_c77b2a7686179d6bf1eb",
|
|
316
|
-
"key": "content",
|
|
317
|
-
"label": "Content",
|
|
318
|
-
"link_type": "key",
|
|
319
|
-
"input_type": "wysiwyg",
|
|
320
|
-
"trigger": []
|
|
321
|
-
}
|
|
322
|
-
]
|
|
323
|
-
]
|
|
324
|
-
}
|
|
325
|
-
}
|
|
326
|
-
],
|
|
327
|
-
"key": "1d8c155b834ad6bb14f2"
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
"title": " List & Detail",
|
|
331
|
-
"source_key": "list_detail",
|
|
332
|
-
"actions": [],
|
|
333
|
-
"blocks": [
|
|
334
|
-
{
|
|
335
|
-
"key": "e6127290f7644b3de6dd",
|
|
336
|
-
"type": "column",
|
|
337
|
-
"layout": {
|
|
338
|
-
"num_of_col": 6,
|
|
339
|
-
"fields": [
|
|
340
|
-
[
|
|
341
|
-
{
|
|
342
|
-
"field": "color_picker",
|
|
343
|
-
"type": "standard_component",
|
|
344
|
-
"unique_key": "standard_component_color_picker_5d60c19bef62742224f4",
|
|
345
|
-
"key": "primary_color",
|
|
346
|
-
"label": "Primary Color",
|
|
347
|
-
"required": false,
|
|
348
|
-
"link_type": "key",
|
|
349
|
-
"trigger": [],
|
|
350
|
-
"allow_color_code": false
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
"field": "color_picker",
|
|
354
|
-
"type": "standard_component",
|
|
355
|
-
"unique_key": "standard_component_color_picker_54f666b6492e54254ffc",
|
|
356
|
-
"key": "hover_color",
|
|
357
|
-
"label": "Hover Color",
|
|
358
|
-
"link_type": "key",
|
|
359
|
-
"trigger": [],
|
|
360
|
-
"allow_color_code": false
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
"field": "color_picker",
|
|
364
|
-
"type": "standard_component",
|
|
365
|
-
"unique_key": "standard_component_color_picker_fa5c48a6e723ed0904a7",
|
|
366
|
-
"key": "table_header_sort_bg",
|
|
367
|
-
"label": "Table Header Sort Background Color",
|
|
368
|
-
"link_type": "key",
|
|
369
|
-
"trigger": []
|
|
370
|
-
},
|
|
371
|
-
{
|
|
372
|
-
"field": "color_picker",
|
|
373
|
-
"type": "standard_component",
|
|
374
|
-
"unique_key": "standard_component_color_picker_ed9f7a7f83fce9d196f1",
|
|
375
|
-
"key": "group_table_headers_bg",
|
|
376
|
-
"label": "Table Header Group Background Color",
|
|
377
|
-
"link_type": "key",
|
|
378
|
-
"trigger": []
|
|
379
|
-
}
|
|
380
|
-
],
|
|
381
|
-
[
|
|
382
|
-
{
|
|
383
|
-
"field": "color_picker",
|
|
384
|
-
"type": "standard_component",
|
|
385
|
-
"unique_key": "standard_component_color_picker_2b630c4dd8fd1d43f52f",
|
|
386
|
-
"key": "font_color",
|
|
387
|
-
"label": "Font Color",
|
|
388
|
-
"required": false,
|
|
389
|
-
"link_type": "key",
|
|
390
|
-
"trigger": [],
|
|
391
|
-
"allow_color_code": false
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
"field": "color_picker",
|
|
395
|
-
"type": "standard_component",
|
|
396
|
-
"unique_key": "standard_component_color_picker_e80e136ba6590b1ccfaa",
|
|
397
|
-
"key": "background_color",
|
|
398
|
-
"label": "Background Color",
|
|
399
|
-
"link_type": "key",
|
|
400
|
-
"trigger": []
|
|
401
|
-
},
|
|
402
|
-
{
|
|
403
|
-
"field": "color_picker",
|
|
404
|
-
"type": "standard_component",
|
|
405
|
-
"unique_key": "standard_component_color_picker_8afe80f33024eb6ef096",
|
|
406
|
-
"key": "table_body_sort_bg",
|
|
407
|
-
"label": "Table Body Sort Background Color",
|
|
408
|
-
"link_type": "key",
|
|
409
|
-
"trigger": []
|
|
410
|
-
},
|
|
411
|
-
{
|
|
412
|
-
"field": "color_picker",
|
|
413
|
-
"type": "standard_component",
|
|
414
|
-
"unique_key": "standard_component_color_picker_ed5f7a7f83fce9d196f3",
|
|
415
|
-
"key": "boolean_value_true",
|
|
416
|
-
"label": "Boolean true value color",
|
|
417
|
-
"link_type": "key",
|
|
418
|
-
"trigger": []
|
|
419
|
-
}
|
|
420
|
-
],
|
|
421
|
-
[
|
|
422
|
-
{
|
|
423
|
-
"field": "color_picker",
|
|
424
|
-
"type": "standard_component",
|
|
425
|
-
"unique_key": "standard_component_color_picker_10ddfca4867e5b6b6eb0",
|
|
426
|
-
"key": "action_color",
|
|
427
|
-
"label": "Action Color",
|
|
428
|
-
"link_type": "key",
|
|
429
|
-
"trigger": [],
|
|
430
|
-
"allow_color_code": false
|
|
431
|
-
},
|
|
432
|
-
{
|
|
433
|
-
"field": "color_picker",
|
|
434
|
-
"type": "standard_component",
|
|
435
|
-
"unique_key": "standard_component_color_picker_1143bd31e6af3b4166ce",
|
|
436
|
-
"key": "table_header_bg",
|
|
437
|
-
"label": "Table Header Background Color",
|
|
438
|
-
"link_type": "key",
|
|
439
|
-
"trigger": []
|
|
440
|
-
},
|
|
441
|
-
{
|
|
442
|
-
"field": "color_picker",
|
|
443
|
-
"type": "standard_component",
|
|
444
|
-
"unique_key": "standard_component_color_picker_t4PqXNSVk5c3qz23vydl",
|
|
445
|
-
"key": "table_row_select_color",
|
|
446
|
-
"label": "Table Row Select Color",
|
|
447
|
-
"link_type": "key",
|
|
448
|
-
"trigger": []
|
|
449
|
-
},
|
|
450
|
-
{
|
|
451
|
-
"field": "color_picker",
|
|
452
|
-
"type": "standard_component",
|
|
453
|
-
"unique_key": "standard_component_color_picker_ed5f7a7f83fce9d196f8",
|
|
454
|
-
"key": "boolean_value_false",
|
|
455
|
-
"label": "Boolean false value color",
|
|
456
|
-
"link_type": "key",
|
|
457
|
-
"trigger": []
|
|
458
|
-
}
|
|
459
|
-
],
|
|
460
|
-
[
|
|
461
|
-
{
|
|
462
|
-
"field": "color_picker",
|
|
463
|
-
"type": "standard_component",
|
|
464
|
-
"unique_key": "standard_component_color_picker_s3yg0kNOespXpFs1FJ6I",
|
|
465
|
-
"key": "select_color",
|
|
466
|
-
"label": "Select Color",
|
|
467
|
-
"link_type": "key",
|
|
468
|
-
"trigger": [],
|
|
469
|
-
"allow_color_code": false
|
|
470
|
-
},
|
|
471
|
-
{
|
|
472
|
-
"field": "color_picker",
|
|
473
|
-
"type": "standard_component",
|
|
474
|
-
"unique_key": "standard_component_color_picker_f5d7a0943a5fa4c84d89",
|
|
475
|
-
"key": "table_header_color",
|
|
476
|
-
"label": "Table Header Text Color",
|
|
477
|
-
"link_type": "key",
|
|
478
|
-
"trigger": []
|
|
479
|
-
},
|
|
480
|
-
{
|
|
481
|
-
"field": "color_picker",
|
|
482
|
-
"type": "standard_component",
|
|
483
|
-
"unique_key": "standard_component_color_picker_ed5f7a7f83fce9d196a0",
|
|
484
|
-
"key": "table_row_hover_bg",
|
|
485
|
-
"label": "Table Row Hover Background Color",
|
|
486
|
-
"link_type": "key",
|
|
487
|
-
"trigger": []
|
|
488
|
-
}
|
|
489
|
-
]
|
|
490
|
-
]
|
|
491
|
-
}
|
|
492
|
-
},
|
|
493
|
-
{
|
|
494
|
-
"key": "aa3dd49c2e6f425e96f6",
|
|
495
|
-
"type": "column",
|
|
496
|
-
"layout": {
|
|
497
|
-
"num_of_col": 3,
|
|
498
|
-
"fields": [
|
|
499
|
-
[
|
|
500
|
-
{
|
|
501
|
-
"field": "input",
|
|
502
|
-
"type": "standard_component",
|
|
503
|
-
"unique_key": "standard_component_input_4b5e45f150ffb34a6158",
|
|
504
|
-
"key": "format_date",
|
|
505
|
-
"label": "Date Format",
|
|
506
|
-
"description": "Moment format",
|
|
507
|
-
"required": true,
|
|
508
|
-
"default_value": "D/MMM/YY",
|
|
509
|
-
"link_type": "key",
|
|
510
|
-
"entity": "not_use",
|
|
511
|
-
"input_type": "single_line",
|
|
512
|
-
"trigger": []
|
|
513
|
-
},
|
|
514
|
-
{
|
|
515
|
-
"field": "select",
|
|
516
|
-
"type": "standard_component",
|
|
517
|
-
"unique_key": "standard_component_select_2fa76b39aec9ea0569a9",
|
|
518
|
-
"key": "record_per_page",
|
|
519
|
-
"label": "Record Per Page",
|
|
520
|
-
"required": true,
|
|
521
|
-
"default_value": [
|
|
522
|
-
"10",
|
|
523
|
-
"20",
|
|
524
|
-
"50",
|
|
525
|
-
"100"
|
|
526
|
-
],
|
|
527
|
-
"link_type": "key",
|
|
528
|
-
"entity": "custom",
|
|
529
|
-
"options": [],
|
|
530
|
-
"mode": "tags",
|
|
531
|
-
"trigger": []
|
|
532
|
-
}
|
|
533
|
-
],
|
|
534
|
-
[
|
|
535
|
-
{
|
|
536
|
-
"field": "input",
|
|
537
|
-
"type": "standard_component",
|
|
538
|
-
"unique_key": "standard_component_input_21ba78e0559cfaba96ee",
|
|
539
|
-
"key": "format_datetime",
|
|
540
|
-
"label": "DateTime Format",
|
|
541
|
-
"description": "Moment format",
|
|
542
|
-
"required": true,
|
|
543
|
-
"default_value": "D/MMM/YY h:mm A",
|
|
544
|
-
"link_type": "key",
|
|
545
|
-
"entity": "not_use",
|
|
546
|
-
"input_type": "single_line",
|
|
547
|
-
"trigger": []
|
|
548
|
-
}
|
|
549
|
-
],
|
|
550
|
-
[
|
|
551
|
-
{
|
|
552
|
-
"field": "input",
|
|
553
|
-
"type": "standard_component",
|
|
554
|
-
"unique_key": "standard_component_input_fd81ed9966efd0c8489a",
|
|
555
|
-
"key": "format_time",
|
|
556
|
-
"label": "Time Format",
|
|
557
|
-
"description": "Moment format",
|
|
558
|
-
"default_value": "h:mm A",
|
|
559
|
-
"link_type": "key",
|
|
560
|
-
"entity": "not_use",
|
|
561
|
-
"input_type": "single_line",
|
|
562
|
-
"trigger": []
|
|
563
|
-
}
|
|
564
|
-
]
|
|
565
|
-
]
|
|
566
|
-
}
|
|
567
|
-
},
|
|
568
|
-
{
|
|
569
|
-
"key": "4eba966610bb08f1fcec",
|
|
570
|
-
"type": "column",
|
|
571
|
-
"layout": {
|
|
572
|
-
"num_of_col": 1,
|
|
573
|
-
"fields": [
|
|
574
|
-
[
|
|
575
|
-
{
|
|
576
|
-
"field": "label",
|
|
577
|
-
"type": "standard_component",
|
|
578
|
-
"unique_key": "standard_component_label_06e402ade005eb91e307",
|
|
579
|
-
"label": "Currency",
|
|
580
|
-
"entity": "test_setting_layout",
|
|
581
|
-
"format": "<p><br></p><p><strong style=\"font-size: 1.17em;\">Currency</strong><br></p>",
|
|
582
|
-
"hide_label": true,
|
|
583
|
-
"show_empty": false
|
|
584
|
-
}
|
|
585
|
-
]
|
|
586
|
-
]
|
|
587
|
-
}
|
|
588
|
-
},
|
|
589
|
-
{
|
|
590
|
-
"key": "b9ff2d5616410cb26f53",
|
|
591
|
-
"type": "column",
|
|
592
|
-
"layout": {
|
|
593
|
-
"num_of_col": 2,
|
|
594
|
-
"fields": [
|
|
595
|
-
[
|
|
596
|
-
{
|
|
597
|
-
"field": "input",
|
|
598
|
-
"type": "standard_component",
|
|
599
|
-
"unique_key": "standard_component_input_563d50f529d10b23b6dd",
|
|
600
|
-
"key": "prefix",
|
|
601
|
-
"label": "Prefix",
|
|
602
|
-
"link_type": "key",
|
|
603
|
-
"entity": "not_use",
|
|
604
|
-
"input_type": "single_line",
|
|
605
|
-
"trigger": [],
|
|
606
|
-
"use_function": false,
|
|
607
|
-
"name": "prefix"
|
|
608
|
-
}
|
|
609
|
-
],
|
|
610
|
-
[
|
|
611
|
-
{
|
|
612
|
-
"field": "input",
|
|
613
|
-
"type": "standard_component",
|
|
614
|
-
"unique_key": "standard_component_input_84ec46a8d1ef174c16df",
|
|
615
|
-
"key": "suffix",
|
|
616
|
-
"label": "Suffix",
|
|
617
|
-
"link_type": "key",
|
|
618
|
-
"entity": "not_use",
|
|
619
|
-
"input_type": "single_line",
|
|
620
|
-
"trigger": [],
|
|
621
|
-
"use_function": false,
|
|
622
|
-
"name": "suffix"
|
|
623
|
-
}
|
|
624
|
-
]
|
|
625
|
-
]
|
|
626
|
-
}
|
|
627
|
-
},
|
|
628
|
-
{
|
|
629
|
-
"key": "7c7e7719e4db3a2eaeb9",
|
|
630
|
-
"type": "column",
|
|
631
|
-
"layout": {
|
|
632
|
-
"num_of_col": 3,
|
|
633
|
-
"fields": [
|
|
634
|
-
[
|
|
635
|
-
{
|
|
636
|
-
"field": "input",
|
|
637
|
-
"type": "standard_component",
|
|
638
|
-
"unique_key": "standard_component_input_fc3de00bbf8d0a1fcabd",
|
|
639
|
-
"key": "thousand_separator",
|
|
640
|
-
"label": "Thousand Separator",
|
|
641
|
-
"required": true,
|
|
642
|
-
"link_type": "key",
|
|
643
|
-
"entity": "not_use",
|
|
644
|
-
"input_type": "single_line",
|
|
645
|
-
"trigger": [],
|
|
646
|
-
"use_function": false,
|
|
647
|
-
"name": "thousand_separator",
|
|
648
|
-
"reg_exp_pattern": "^[^0-9]*$"
|
|
649
|
-
}
|
|
650
|
-
],
|
|
651
|
-
[
|
|
652
|
-
{
|
|
653
|
-
"field": "input",
|
|
654
|
-
"type": "standard_component",
|
|
655
|
-
"unique_key": "standard_component_input_14fc58cca76df191c0ee",
|
|
656
|
-
"key": "decimal_separator",
|
|
657
|
-
"label": "Decimal Separator",
|
|
658
|
-
"required": true,
|
|
659
|
-
"link_type": "key",
|
|
660
|
-
"entity": "not_use",
|
|
661
|
-
"input_type": "single_line",
|
|
662
|
-
"trigger": [],
|
|
663
|
-
"use_function": false,
|
|
664
|
-
"name": "decimal_separator",
|
|
665
|
-
"reg_exp_pattern": "^[^0-9]*$"
|
|
666
|
-
}
|
|
667
|
-
],
|
|
668
|
-
[
|
|
669
|
-
{
|
|
670
|
-
"field": "input_number",
|
|
671
|
-
"type": "standard_component",
|
|
672
|
-
"unique_key": "standard_component_input_number_284004fa899555e23ed6",
|
|
673
|
-
"key": "decimal_place",
|
|
674
|
-
"label": "Decimal Length",
|
|
675
|
-
"link_type": "key",
|
|
676
|
-
"trigger": [],
|
|
677
|
-
"decimal_place": 0,
|
|
678
|
-
"name": "decimal_place"
|
|
679
|
-
}
|
|
680
|
-
]
|
|
681
|
-
]
|
|
682
|
-
}
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
"key": "9715c0c6caa059c42bf5",
|
|
686
|
-
"type": "column",
|
|
687
|
-
"layout": {
|
|
688
|
-
"num_of_col": 2,
|
|
689
|
-
"fields": [
|
|
690
|
-
[
|
|
691
|
-
{
|
|
692
|
-
"field": "label",
|
|
693
|
-
"type": "standard_component",
|
|
694
|
-
"unique_key": "standard_component_label_fa2aae267ecfd77bb0d9",
|
|
695
|
-
"label": "Widget",
|
|
696
|
-
"entity": "test_setting",
|
|
697
|
-
"format": "<p><br></p><p><strong style=\"font-size: 1.17em;\">Widget</strong><br></p>",
|
|
698
|
-
"hide_label": true
|
|
699
|
-
}
|
|
700
|
-
],
|
|
701
|
-
[]
|
|
702
|
-
]
|
|
703
|
-
}
|
|
704
|
-
},
|
|
705
|
-
{
|
|
706
|
-
"key": "349341a9405a931cad01",
|
|
707
|
-
"type": "column",
|
|
708
|
-
"layout": {
|
|
709
|
-
"num_of_col": 3,
|
|
710
|
-
"fields": [
|
|
711
|
-
[
|
|
712
|
-
{
|
|
713
|
-
"field": "color_picker",
|
|
714
|
-
"type": "standard_component",
|
|
715
|
-
"unique_key": "standard_component_color_picker_35b2edc3377077482152",
|
|
716
|
-
"key": "widget_background_color",
|
|
717
|
-
"label": "Background Color",
|
|
718
|
-
"required": true,
|
|
719
|
-
"link_type": "key",
|
|
720
|
-
"trigger": [],
|
|
721
|
-
"allow_alpha": true
|
|
722
|
-
}
|
|
723
|
-
],
|
|
724
|
-
[
|
|
725
|
-
{
|
|
726
|
-
"field": "color_picker",
|
|
727
|
-
"type": "standard_component",
|
|
728
|
-
"unique_key": "standard_component_color_picker_75f4af34b7097690a957",
|
|
729
|
-
"key": "widget_border_color",
|
|
730
|
-
"label": "Border Color",
|
|
731
|
-
"required": true,
|
|
732
|
-
"link_type": "key",
|
|
733
|
-
"trigger": [],
|
|
734
|
-
"allow_alpha": true
|
|
735
|
-
}
|
|
736
|
-
],
|
|
737
|
-
[
|
|
738
|
-
{
|
|
739
|
-
"field": "color_picker",
|
|
740
|
-
"type": "standard_component",
|
|
741
|
-
"unique_key": "standard_component_color_picker_8171278606874f16efca",
|
|
742
|
-
"key": "widget_bar_color",
|
|
743
|
-
"label": "Bar Color",
|
|
744
|
-
"required": true,
|
|
745
|
-
"link_type": "key",
|
|
746
|
-
"trigger": [],
|
|
747
|
-
"allow_alpha": true
|
|
748
|
-
}
|
|
749
|
-
]
|
|
750
|
-
]
|
|
751
|
-
}
|
|
752
|
-
},
|
|
753
|
-
{
|
|
754
|
-
"key": "d00c683f5512b036f52c",
|
|
755
|
-
"type": "column",
|
|
756
|
-
"layout": {
|
|
757
|
-
"num_of_col": 4,
|
|
758
|
-
"fields": [
|
|
759
|
-
[
|
|
760
|
-
{
|
|
761
|
-
"field": "color_picker",
|
|
762
|
-
"type": "standard_component",
|
|
763
|
-
"unique_key": "standard_component_color_picker_31240a562b517d220f3d",
|
|
764
|
-
"key": "widget_summary_box_background_color",
|
|
765
|
-
"label": "Summary Box Background Color",
|
|
766
|
-
"required": true,
|
|
767
|
-
"link_type": "key",
|
|
768
|
-
"trigger": [],
|
|
769
|
-
"allow_alpha": true
|
|
770
|
-
}
|
|
771
|
-
],
|
|
772
|
-
[
|
|
773
|
-
{
|
|
774
|
-
"field": "color_picker",
|
|
775
|
-
"type": "standard_component",
|
|
776
|
-
"unique_key": "standard_component_color_picker_371093b068b71b59613f",
|
|
777
|
-
"key": "widget_default_color",
|
|
778
|
-
"label": "Default Color",
|
|
779
|
-
"required": true,
|
|
780
|
-
"link_type": "key",
|
|
781
|
-
"trigger": [],
|
|
782
|
-
"allow_alpha": true,
|
|
783
|
-
"allow_multiple": true,
|
|
784
|
-
"random_mode": true
|
|
785
|
-
}
|
|
786
|
-
]
|
|
787
|
-
]
|
|
788
|
-
}
|
|
789
|
-
},
|
|
790
|
-
{
|
|
791
|
-
"key": "e27ea32e4e31019e7f6b",
|
|
792
|
-
"type": "column",
|
|
793
|
-
"layout": {
|
|
794
|
-
"num_of_col": 3,
|
|
795
|
-
"fields": [
|
|
796
|
-
[
|
|
797
|
-
{
|
|
798
|
-
"field": "input_number",
|
|
799
|
-
"type": "standard_component",
|
|
800
|
-
"unique_key": "standard_component_input_number_1438f6f4236a5c6fd907",
|
|
801
|
-
"key": "widget_border_width",
|
|
802
|
-
"label": "Border Width",
|
|
803
|
-
"required": true,
|
|
804
|
-
"default_value": 2,
|
|
805
|
-
"link_type": "key",
|
|
806
|
-
"min_value": 1,
|
|
807
|
-
"suffix": "px",
|
|
808
|
-
"trigger": [],
|
|
809
|
-
"decimal_place": 0
|
|
810
|
-
},
|
|
811
|
-
{
|
|
812
|
-
"field": "input_number",
|
|
813
|
-
"type": "standard_component",
|
|
814
|
-
"unique_key": "standard_component_input_number_2b42e5ce176a46718249",
|
|
815
|
-
"key": "widget_cutout_percentage",
|
|
816
|
-
"label": "Cutout Percentage",
|
|
817
|
-
"required": true,
|
|
818
|
-
"default_value": 0,
|
|
819
|
-
"link_type": "key",
|
|
820
|
-
"min_value": 1,
|
|
821
|
-
"suffix": "%",
|
|
822
|
-
"trigger": [],
|
|
823
|
-
"decimal_place": 0
|
|
824
|
-
}
|
|
825
|
-
],
|
|
826
|
-
[
|
|
827
|
-
{
|
|
828
|
-
"field": "select",
|
|
829
|
-
"type": "standard_component",
|
|
830
|
-
"unique_key": "standard_component_select_4450ae35f89503ffdd92",
|
|
831
|
-
"key": "widget_point_style",
|
|
832
|
-
"label": "Point Style",
|
|
833
|
-
"required": true,
|
|
834
|
-
"default_value": "circle",
|
|
835
|
-
"link_type": "key",
|
|
836
|
-
"entity": "custom",
|
|
837
|
-
"options": [
|
|
838
|
-
"circle",
|
|
839
|
-
"cross",
|
|
840
|
-
"crossRot",
|
|
841
|
-
"dash",
|
|
842
|
-
"line",
|
|
843
|
-
"rect",
|
|
844
|
-
"rectRounded",
|
|
845
|
-
"rectRot",
|
|
846
|
-
"star",
|
|
847
|
-
"triangle"
|
|
848
|
-
],
|
|
849
|
-
"mode": "single",
|
|
850
|
-
"trigger": []
|
|
851
|
-
}
|
|
852
|
-
],
|
|
853
|
-
[
|
|
854
|
-
{
|
|
855
|
-
"field": "select",
|
|
856
|
-
"type": "standard_component",
|
|
857
|
-
"unique_key": "standard_component_select_150018cd3548e7ffcc94",
|
|
858
|
-
"key": "widget_column_type",
|
|
859
|
-
"label": "Column Type",
|
|
860
|
-
"required": true,
|
|
861
|
-
"default_value": "bar",
|
|
862
|
-
"link_type": "key",
|
|
863
|
-
"entity": "custom",
|
|
864
|
-
"options": [
|
|
865
|
-
"bar",
|
|
866
|
-
"horizontalBar"
|
|
867
|
-
],
|
|
868
|
-
"mode": "single",
|
|
869
|
-
"trigger": []
|
|
870
|
-
}
|
|
871
|
-
]
|
|
872
|
-
]
|
|
873
|
-
}
|
|
874
|
-
}
|
|
875
|
-
],
|
|
876
|
-
"key": "71c22335346ae7a5b99d"
|
|
877
|
-
},
|
|
878
|
-
{
|
|
879
|
-
"title": "Toast",
|
|
880
|
-
"source_key": "toast",
|
|
881
|
-
"actions": [],
|
|
882
|
-
"blocks": [
|
|
883
|
-
{
|
|
884
|
-
"key": "i46newwwd9wufibb4ptr",
|
|
885
|
-
"type": "column",
|
|
886
|
-
"layout": {
|
|
887
|
-
"num_of_col": 6,
|
|
888
|
-
"fields": [
|
|
889
|
-
[
|
|
890
|
-
{
|
|
891
|
-
"field": "select",
|
|
892
|
-
"type": "standard_component",
|
|
893
|
-
"unique_key": "standard_component_select_0cxyw03hbs5427eijg6r",
|
|
894
|
-
"key": "toast_position",
|
|
895
|
-
"label": "Position",
|
|
896
|
-
"required": true,
|
|
897
|
-
"default_value": "top-center",
|
|
898
|
-
"link_type": "key",
|
|
899
|
-
"entity": "custom",
|
|
900
|
-
"options": [
|
|
901
|
-
"top-center",
|
|
902
|
-
"top-right",
|
|
903
|
-
"top-left",
|
|
904
|
-
"bottom-right",
|
|
905
|
-
"bottom-left",
|
|
906
|
-
"bottom-center"
|
|
907
|
-
],
|
|
908
|
-
"mode": "single",
|
|
909
|
-
"trigger": []
|
|
910
|
-
}
|
|
911
|
-
],
|
|
912
|
-
[
|
|
913
|
-
{
|
|
914
|
-
"field": "select",
|
|
915
|
-
"type": "standard_component",
|
|
916
|
-
"unique_key": "standard_component_select_k8d950b4knx45vxukfx1",
|
|
917
|
-
"key": "toast_size",
|
|
918
|
-
"label": "Size",
|
|
919
|
-
"required": true,
|
|
920
|
-
"default_value": "full",
|
|
921
|
-
"link_type": "key",
|
|
922
|
-
"entity": "custom",
|
|
923
|
-
"options": [
|
|
924
|
-
"full",
|
|
925
|
-
"normal"
|
|
926
|
-
],
|
|
927
|
-
"mode": "single",
|
|
928
|
-
"trigger": []
|
|
929
|
-
}
|
|
930
|
-
],
|
|
931
|
-
[
|
|
932
|
-
{
|
|
933
|
-
"field": "input_number",
|
|
934
|
-
"type": "standard_component",
|
|
935
|
-
"unique_key": "standard_component_input_number_97y2zta2kuohyhgxfg49",
|
|
936
|
-
"key": "toast_delay",
|
|
937
|
-
"label": "Auto Close Delay",
|
|
938
|
-
"default_value": 10,
|
|
939
|
-
"link_type": "key",
|
|
940
|
-
"min_value": 1,
|
|
941
|
-
"suffix": "second",
|
|
942
|
-
"trigger": [],
|
|
943
|
-
"decimal_place": 0
|
|
944
|
-
}
|
|
945
|
-
],
|
|
946
|
-
[
|
|
947
|
-
{
|
|
948
|
-
"field": "switch",
|
|
949
|
-
"type": "standard_component",
|
|
950
|
-
"unique_key": "standard_component_switch_uevds270y7bqkjvos1u1",
|
|
951
|
-
"key": "toast_icon_close",
|
|
952
|
-
"label": "Close on click",
|
|
953
|
-
"default_value": false,
|
|
954
|
-
"link_type": "key",
|
|
955
|
-
"yes_label": "Yes",
|
|
956
|
-
"no_label": "No",
|
|
957
|
-
"trigger": [],
|
|
958
|
-
"name": "toast_icon_close"
|
|
959
|
-
}
|
|
960
|
-
]
|
|
961
|
-
]
|
|
962
|
-
}
|
|
963
|
-
},
|
|
964
|
-
{
|
|
965
|
-
"key": "j9v9g1p15fhskppmz6vg",
|
|
966
|
-
"type": "column",
|
|
967
|
-
"layout": {
|
|
968
|
-
"num_of_col": 2,
|
|
969
|
-
"fields": [
|
|
970
|
-
[
|
|
971
|
-
{
|
|
972
|
-
"field": "label",
|
|
973
|
-
"type": "standard_component",
|
|
974
|
-
"unique_key": "standard_component_label_5lbdt9u61ytip7g8zkdr",
|
|
975
|
-
"label": "Success",
|
|
976
|
-
"entity": "test_setting",
|
|
977
|
-
"format": "<p><strong style=\"font-size: 1.17em;\">Success</strong><br></p>",
|
|
978
|
-
"hide_label": true
|
|
979
|
-
}
|
|
980
|
-
],
|
|
981
|
-
[]
|
|
982
|
-
]
|
|
983
|
-
}
|
|
984
|
-
},
|
|
985
|
-
{
|
|
986
|
-
"key": "upst94ymxe9mxxg9sn7j",
|
|
987
|
-
"type": "column",
|
|
988
|
-
"layout": {
|
|
989
|
-
"num_of_col": 6,
|
|
990
|
-
"fields": [
|
|
991
|
-
[
|
|
992
|
-
{
|
|
993
|
-
"field": "color_picker",
|
|
994
|
-
"type": "standard_component",
|
|
995
|
-
"unique_key": "standard_component_color_picker_n7plflwjce1220h4boyj",
|
|
996
|
-
"key": "toast_success_background_color",
|
|
997
|
-
"label": "Background Color",
|
|
998
|
-
"link_type": "key",
|
|
999
|
-
"trigger": [],
|
|
1000
|
-
"allow_alpha": false
|
|
1001
|
-
}
|
|
1002
|
-
],
|
|
1003
|
-
[
|
|
1004
|
-
{
|
|
1005
|
-
"field": "color_picker",
|
|
1006
|
-
"type": "standard_component",
|
|
1007
|
-
"unique_key": "standard_component_color_picker_szlzjdctdfse21vajxaa",
|
|
1008
|
-
"key": "toast_success_title_color",
|
|
1009
|
-
"label": "Title Color",
|
|
1010
|
-
"link_type": "key",
|
|
1011
|
-
"trigger": [],
|
|
1012
|
-
"allow_alpha": false
|
|
1013
|
-
}
|
|
1014
|
-
],
|
|
1015
|
-
[
|
|
1016
|
-
{
|
|
1017
|
-
"field": "color_picker",
|
|
1018
|
-
"type": "standard_component",
|
|
1019
|
-
"unique_key": "standard_component_color_picker_g9atv7eoun8pjann7r53",
|
|
1020
|
-
"key": "toast_success_description_color",
|
|
1021
|
-
"label": "Description Color",
|
|
1022
|
-
"link_type": "key",
|
|
1023
|
-
"trigger": [],
|
|
1024
|
-
"allow_alpha": false
|
|
1025
|
-
}
|
|
1026
|
-
],
|
|
1027
|
-
[
|
|
1028
|
-
{
|
|
1029
|
-
"field": "input_icon",
|
|
1030
|
-
"type": "standard_component",
|
|
1031
|
-
"unique_key": "standard_component_color_picker_txk36zueb3po52loyi14",
|
|
1032
|
-
"key": "toast_success_icon",
|
|
1033
|
-
"label": "Icon",
|
|
1034
|
-
"link_type": "key",
|
|
1035
|
-
"trigger": [],
|
|
1036
|
-
"allow_alpha": false
|
|
1037
|
-
}
|
|
1038
|
-
]
|
|
1039
|
-
]
|
|
1040
|
-
}
|
|
1041
|
-
},
|
|
1042
|
-
{
|
|
1043
|
-
"key": "jngh2k4gnvpi318zr9gv",
|
|
1044
|
-
"type": "column",
|
|
1045
|
-
"layout": {
|
|
1046
|
-
"num_of_col": 2,
|
|
1047
|
-
"fields": [
|
|
1048
|
-
[
|
|
1049
|
-
{
|
|
1050
|
-
"field": "label",
|
|
1051
|
-
"type": "standard_component",
|
|
1052
|
-
"unique_key": "standard_component_label_foz8dgwh9i4egqierj01",
|
|
1053
|
-
"label": "Warning",
|
|
1054
|
-
"entity": "test_setting",
|
|
1055
|
-
"format": "<p><strong style=\"font-size: 1.17em;\">Warning</strong><br></p>",
|
|
1056
|
-
"hide_label": true
|
|
1057
|
-
}
|
|
1058
|
-
],
|
|
1059
|
-
[]
|
|
1060
|
-
]
|
|
1061
|
-
}
|
|
1062
|
-
},
|
|
1063
|
-
{
|
|
1064
|
-
"key": "2jzd0me81e3s6qzcpfku",
|
|
1065
|
-
"type": "column",
|
|
1066
|
-
"layout": {
|
|
1067
|
-
"num_of_col": 6,
|
|
1068
|
-
"fields": [
|
|
1069
|
-
[
|
|
1070
|
-
{
|
|
1071
|
-
"field": "color_picker",
|
|
1072
|
-
"type": "standard_component",
|
|
1073
|
-
"unique_key": "standard_component_color_picker_shibr219f12e5hvlrml8",
|
|
1074
|
-
"key": "toast_warning_background_color",
|
|
1075
|
-
"label": "Background Color",
|
|
1076
|
-
"link_type": "key",
|
|
1077
|
-
"trigger": [],
|
|
1078
|
-
"allow_alpha": false
|
|
1079
|
-
}
|
|
1080
|
-
],
|
|
1081
|
-
[
|
|
1082
|
-
{
|
|
1083
|
-
"field": "color_picker",
|
|
1084
|
-
"type": "standard_component",
|
|
1085
|
-
"unique_key": "standard_component_color_picker_xxmon5qym40fs2rcacur",
|
|
1086
|
-
"key": "toast_warning_title_color",
|
|
1087
|
-
"label": "Title Color",
|
|
1088
|
-
"link_type": "key",
|
|
1089
|
-
"trigger": [],
|
|
1090
|
-
"allow_alpha": false
|
|
1091
|
-
}
|
|
1092
|
-
],
|
|
1093
|
-
[
|
|
1094
|
-
{
|
|
1095
|
-
"field": "color_picker",
|
|
1096
|
-
"type": "standard_component",
|
|
1097
|
-
"unique_key": "standard_component_color_picker_jrvq8h7s7j315xwt256f",
|
|
1098
|
-
"key": "toast_warning_description_color",
|
|
1099
|
-
"label": "Description Color",
|
|
1100
|
-
"link_type": "key",
|
|
1101
|
-
"trigger": [],
|
|
1102
|
-
"allow_alpha": false
|
|
1103
|
-
}
|
|
1104
|
-
],
|
|
1105
|
-
[
|
|
1106
|
-
{
|
|
1107
|
-
"field": "input_icon",
|
|
1108
|
-
"type": "standard_component",
|
|
1109
|
-
"unique_key": "standard_component_color_picker_b55rbarjdja210hrol3s",
|
|
1110
|
-
"key": "toast_warning_icon",
|
|
1111
|
-
"label": "Icon",
|
|
1112
|
-
"link_type": "key",
|
|
1113
|
-
"trigger": [],
|
|
1114
|
-
"allow_alpha": false
|
|
1115
|
-
}
|
|
1116
|
-
]
|
|
1117
|
-
]
|
|
1118
|
-
}
|
|
1119
|
-
},
|
|
1120
|
-
{
|
|
1121
|
-
"key": "ozwgbp3ibwxt2hkyz1o8",
|
|
1122
|
-
"type": "column",
|
|
1123
|
-
"layout": {
|
|
1124
|
-
"num_of_col": 2,
|
|
1125
|
-
"fields": [
|
|
1126
|
-
[
|
|
1127
|
-
{
|
|
1128
|
-
"field": "label",
|
|
1129
|
-
"type": "standard_component",
|
|
1130
|
-
"unique_key": "standard_component_label_whbnp0az2nxih6te7be2",
|
|
1131
|
-
"label": "Error",
|
|
1132
|
-
"entity": "test_setting",
|
|
1133
|
-
"format": "<p><strong style=\"font-size: 1.17em;\">Error</strong><br></p>",
|
|
1134
|
-
"hide_label": true
|
|
1135
|
-
}
|
|
1136
|
-
],
|
|
1137
|
-
[]
|
|
1138
|
-
]
|
|
1139
|
-
}
|
|
1140
|
-
},
|
|
1141
|
-
{
|
|
1142
|
-
"key": "xq8f99olnf4l68e0bxi9",
|
|
1143
|
-
"type": "column",
|
|
1144
|
-
"layout": {
|
|
1145
|
-
"num_of_col": 6,
|
|
1146
|
-
"fields": [
|
|
1147
|
-
[
|
|
1148
|
-
{
|
|
1149
|
-
"field": "color_picker",
|
|
1150
|
-
"type": "standard_component",
|
|
1151
|
-
"unique_key": "standard_component_color_picker_jnwu0vkwut00tqukkzs9",
|
|
1152
|
-
"key": "toast_error_background_color",
|
|
1153
|
-
"label": "Background Color",
|
|
1154
|
-
"link_type": "key",
|
|
1155
|
-
"trigger": [],
|
|
1156
|
-
"allow_alpha": false
|
|
1157
|
-
}
|
|
1158
|
-
],
|
|
1159
|
-
[
|
|
1160
|
-
{
|
|
1161
|
-
"field": "color_picker",
|
|
1162
|
-
"type": "standard_component",
|
|
1163
|
-
"unique_key": "standard_component_color_picker_6nlhesbbdvdk9e3d0hf1",
|
|
1164
|
-
"key": "toast_error_title_color",
|
|
1165
|
-
"label": "Title Color",
|
|
1166
|
-
"link_type": "key",
|
|
1167
|
-
"trigger": [],
|
|
1168
|
-
"allow_alpha": false
|
|
1169
|
-
}
|
|
1170
|
-
],
|
|
1171
|
-
[
|
|
1172
|
-
{
|
|
1173
|
-
"field": "color_picker",
|
|
1174
|
-
"type": "standard_component",
|
|
1175
|
-
"unique_key": "standard_component_color_picker_ie93e244xxm7r7wg4uep",
|
|
1176
|
-
"key": "toast_error_description_color",
|
|
1177
|
-
"label": "Description Color",
|
|
1178
|
-
"link_type": "key",
|
|
1179
|
-
"trigger": [],
|
|
1180
|
-
"allow_alpha": false
|
|
1181
|
-
}
|
|
1182
|
-
],
|
|
1183
|
-
[
|
|
1184
|
-
{
|
|
1185
|
-
"field": "input_icon",
|
|
1186
|
-
"type": "standard_component",
|
|
1187
|
-
"unique_key": "standard_component_color_picker_qcf6m48g8ki6vg7kvdb1",
|
|
1188
|
-
"key": "toast_error_icon",
|
|
1189
|
-
"label": "Icon",
|
|
1190
|
-
"link_type": "key",
|
|
1191
|
-
"trigger": [],
|
|
1192
|
-
"allow_alpha": false
|
|
1193
|
-
}
|
|
1194
|
-
]
|
|
1195
|
-
]
|
|
1196
|
-
}
|
|
1197
|
-
}
|
|
1198
|
-
],
|
|
1199
|
-
"key": "2r0zeowhwcprqkbx7ya4"
|
|
1200
|
-
}
|
|
1201
|
-
]
|
|
1202
|
-
}
|
|
1203
|
-
],
|
|
1204
|
-
"redirect_mode": "refresh"
|
|
1205
|
-
},
|
|
1206
|
-
"name": "Theme & Layout",
|
|
1207
|
-
"code": "theme_layout",
|
|
1208
|
-
"type": [
|
|
1209
|
-
"form"
|
|
1210
|
-
],
|
|
1211
|
-
"allow_actions": [
|
|
1212
|
-
{
|
|
1213
|
-
"action": "create",
|
|
1214
|
-
"role_restrictions": []
|
|
1215
|
-
},
|
|
1216
|
-
{
|
|
1217
|
-
"action": "update",
|
|
1218
|
-
"role_restrictions": []
|
|
1219
|
-
}
|
|
1220
|
-
],
|
|
1221
|
-
"deploy_package_settings": [
|
|
1222
|
-
"general"
|
|
1223
|
-
],
|
|
1224
|
-
"restriction": [],
|
|
1225
|
-
"hide_activity_log": true,
|
|
1226
|
-
"hide_refresh": true
|
|
1227
|
-
}
|