Skip to content

Commit 28c1447

Browse files
committed
Remove patreon settings
1 parent 80789e4 commit 28c1447

File tree

1 file changed

+0
-39
lines changed

1 file changed

+0
-39
lines changed

install.json

-39
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,6 @@
1717
},
1818
"options": {
1919
"properties": {
20-
"tier": {
21-
"order": 1,
22-
"title": "WidgetBot Patreon tier",
23-
"description":
24-
"Becoming a <a href=\"https://patreon.com/widgetbot\" target=\"_blank\">patreon</a>, enables access to more customization",
25-
"type": "string",
26-
"enum": ["free", "red", "gold", "emerald"],
27-
"enumNames": {
28-
"free": "Free",
29-
"red": "WidgetBot Red ($2.50)",
30-
"gold": "WidgetBot Gold ($7.50)",
31-
"emerald": "WidgetBot Emerald ($15)"
32-
},
33-
"default": "free"
34-
},
3520
"buttons": {
3621
"order": 2,
3722
"title": "Crate buttons",
@@ -74,30 +59,6 @@
7459
"format": "color",
7560
"title": "Toggle button",
7661
"type": "string"
77-
},
78-
"button": {
79-
"showIf": {
80-
"tier": {
81-
"op": "!=",
82-
"value": "free"
83-
}
84-
},
85-
"default": "#607CDA",
86-
"format": "color",
87-
"title": "Widget button",
88-
"type": "string"
89-
},
90-
"background": {
91-
"showIf": {
92-
"tier": {
93-
"op": "!=",
94-
"value": "free"
95-
}
96-
},
97-
"default": "#36393E",
98-
"format": "color",
99-
"title": "Widget background",
100-
"type": "string"
10162
}
10263
}
10364
},

0 commit comments

Comments
 (0)