We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24260b2 commit 3a9bc36Copy full SHA for 3a9bc36
schema/schema.json
@@ -33,16 +33,7 @@
33
"type": "object",
34
"required": [
35
"type",
36
- "zIndex",
37
- "customName",
38
- "imageFilename",
39
- "fillColor",
40
- "alpha",
41
- "horizontalPosition",
42
- "verticalPosition",
43
- "scale",
44
- "angleOffset",
45
- "isHidden"
+ "zIndex"
46
],
47
"properties": {
48
"zIndex": {
@@ -91,17 +82,6 @@
91
82
},
92
83
"textOptions": {
93
84
94
- "required": [
95
- "fontFamily",
96
- "fontFilename",
97
- "fontDescription",
98
- "dateTimeFormatDescription",
99
- "customText",
100
- "effectType",
101
- "outlineWidth",
102
- "outlineColor",
103
- "kerning"
104
- ],
105
85
106
86
107
87
"dateTimeFormatDescription": {
@@ -310,4 +290,4 @@
310
290
"assets",
311
291
"clockStandard"
312
292
]
313
-}
293
+}
0 commit comments