You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 25, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: json.novaextension/nova-extension-schema.json
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -444,19 +444,17 @@
444
444
"description": "A command name registered with the CommandsRegistry that will be invoked when the item is shown to resolve the array of pre-populated values (enum types only). See Enum Values for more information.",
445
445
"type": "string"
446
446
},
447
-
"allowsFiles": {
447
+
"allowFiles": {
448
448
"description": "Whether the item allows choosing files from open panels (path types only, default is true)",
449
449
"type": "boolean"
450
450
},
451
-
"allowsFolders": {
451
+
"allowFolders": {
452
452
"description": "Whether the item allows choosing folders from open panels (path types only, default is false)",
453
-
"type": "boolean",
454
-
"default": false
453
+
"type": "boolean"
455
454
},
456
455
"relative": {
457
456
"description": "Whether the item prefers relative paths when choosing paths from open panels (path types only, default is false)",
458
-
"type": "boolean",
459
-
"default": false
457
+
"type": "boolean"
460
458
},
461
459
"filetype": {
462
460
"description": "An array of strings that denotes the type of files (by extension or Uniform Type Identifier) that are valid for choosing in open panels (path types only)",
0 commit comments