-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfields.json
More file actions
37 lines (37 loc) · 741 Bytes
/
Copy pathfields.json
File metadata and controls
37 lines (37 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"backgroundColor": {
"type": "colorpicker",
"label": "Background Color:",
"value": "#333",
"group": "Configurations"
},
"textColor": {
"type": "colorpicker",
"label": "Text Color:",
"value": "#fff",
"group": "Configurations"
},
"fontWeight": {
"label": "Font weight:",
"type": "dropdown",
"value": "700",
"options": {
"100": "Fine (100)",
"300": "Soft (300)",
"400": "Regular (400)",
"500": "Medium (500)",
"700": "Bold (700)",
"900": "Bold Black (900)"
},
"group": "Font"
},
"fontSize": {
"type": "slider",
"label": "Font size:",
"value": 50,
"min": 10,
"max": 100,
"step": 1,
"group": "Font"
}
}