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 1a1ffdc commit c42fd7fCopy full SHA for c42fd7f
src/lib/constants.ts
@@ -247,13 +247,6 @@ export default {
247
"id1",
248
"id2"
249
]
250
- },
251
- {
252
- "figma_file_token": "token_for_second_figma_file",
253
- "figma_ids": [
254
- "id3",
255
- "id4"
256
- ]
257
}
258
259
src/lib/schemaValidation.ts
@@ -277,7 +277,7 @@ const FigmaDesignConfigSchema: JSONSchemaType<FigmaDesignConfig> = {
277
properties: {
278
depth: {
279
type: "integer",
280
- minimum: 1,
+ minimum: 2,
281
errorMessage: "Depth must be an integer and greater than 1"
282
},
283
figma_config: {
0 commit comments