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
Copy file name to clipboardExpand all lines: plugins/dialog/permissions/schemas/schema.json
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -318,6 +318,18 @@
318
318
"const": "deny-confirm",
319
319
"markdownDescription": "Denies the confirm command without any pre-configured scope."
320
320
},
321
+
{
322
+
"description": "Enables the destroy_path command without any pre-configured scope.",
323
+
"type": "string",
324
+
"const": "allow-destroy-path",
325
+
"markdownDescription": "Enables the destroy_path command without any pre-configured scope."
326
+
},
327
+
{
328
+
"description": "Denies the destroy_path command without any pre-configured scope.",
329
+
"type": "string",
330
+
"const": "deny-destroy-path",
331
+
"markdownDescription": "Denies the destroy_path command without any pre-configured scope."
332
+
},
321
333
{
322
334
"description": "Enables the message command without any pre-configured scope.",
323
335
"type": "string",
@@ -355,10 +367,10 @@
355
367
"markdownDescription": "Denies the save command without any pre-configured scope."
356
368
},
357
369
{
358
-
"description": "This permission set configures the types of dialogs\navailable from the dialog plugin.\n\n#### Granted Permissions\n\nAll dialog types are enabled.\n\n\n\n#### This default permission set includes:\n\n- `allow-ask`\n- `allow-confirm`\n- `allow-message`\n- `allow-save`\n- `allow-open`",
370
+
"description": "This permission set configures the types of dialogs\navailable from the dialog plugin.\n\n#### Granted Permissions\n\nAll dialog types are enabled.\n\n\n\n#### This default permission set includes:\n\n- `allow-ask`\n- `allow-confirm`\n- `allow-message`\n- `allow-save`\n- `allow-open`\n- `allow-destroy-path`",
359
371
"type": "string",
360
372
"const": "default",
361
-
"markdownDescription": "This permission set configures the types of dialogs\navailable from the dialog plugin.\n\n#### Granted Permissions\n\nAll dialog types are enabled.\n\n\n\n#### This default permission set includes:\n\n- `allow-ask`\n- `allow-confirm`\n- `allow-message`\n- `allow-save`\n- `allow-open`"
373
+
"markdownDescription": "This permission set configures the types of dialogs\navailable from the dialog plugin.\n\n#### Granted Permissions\n\nAll dialog types are enabled.\n\n\n\n#### This default permission set includes:\n\n- `allow-ask`\n- `allow-confirm`\n- `allow-message`\n- `allow-save`\n- `allow-open`\n- `allow-destroy-path`"
0 commit comments