-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
38 lines (38 loc) · 951 Bytes
/
config.json
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
38
[
{
"key": "generateDisclaimer",
"type": "boolean",
"default": false,
"title": "Show Generated File Disclaimer",
"description": "When enabled, a disclaimer showing the fact that the file was generated automatically and should not be changed manually will appear in all style styles"
},
{
"key": "disclaimerText",
"type": "string",
"default": "This file was generated by Supernova, don't change by hand.",
"title": "Disclaimer Text",
"description": "Text to display as the disclaimer."
},
{
"key": "colorFormat",
"type": "enum",
"options": [
"rgb",
"rgba",
"smartRgba",
"hex6",
"hex8",
"hashHex6",
"hashHex8",
"smartHashHex",
"smartHex",
"hsl",
"hsla",
"smartShla",
"smartUIColor"
],
"default": "smartHashHex",
"title": "Color Format",
"description": "Defines the format for color values."
}
]