|
2396 | 2396 | "const": "core:window:deny-unminimize", |
2397 | 2397 | "markdownDescription": "Denies the unminimize command without any pre-configured scope." |
2398 | 2398 | }, |
| 2399 | + { |
| 2400 | + "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`", |
| 2401 | + "type": "string", |
| 2402 | + "const": "dialog:default", |
| 2403 | + "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`" |
| 2404 | + }, |
| 2405 | + { |
| 2406 | + "description": "Enables the ask command without any pre-configured scope.", |
| 2407 | + "type": "string", |
| 2408 | + "const": "dialog:allow-ask", |
| 2409 | + "markdownDescription": "Enables the ask command without any pre-configured scope." |
| 2410 | + }, |
| 2411 | + { |
| 2412 | + "description": "Enables the confirm command without any pre-configured scope.", |
| 2413 | + "type": "string", |
| 2414 | + "const": "dialog:allow-confirm", |
| 2415 | + "markdownDescription": "Enables the confirm command without any pre-configured scope." |
| 2416 | + }, |
| 2417 | + { |
| 2418 | + "description": "Enables the message command without any pre-configured scope.", |
| 2419 | + "type": "string", |
| 2420 | + "const": "dialog:allow-message", |
| 2421 | + "markdownDescription": "Enables the message command without any pre-configured scope." |
| 2422 | + }, |
| 2423 | + { |
| 2424 | + "description": "Enables the open command without any pre-configured scope.", |
| 2425 | + "type": "string", |
| 2426 | + "const": "dialog:allow-open", |
| 2427 | + "markdownDescription": "Enables the open command without any pre-configured scope." |
| 2428 | + }, |
| 2429 | + { |
| 2430 | + "description": "Enables the save command without any pre-configured scope.", |
| 2431 | + "type": "string", |
| 2432 | + "const": "dialog:allow-save", |
| 2433 | + "markdownDescription": "Enables the save command without any pre-configured scope." |
| 2434 | + }, |
| 2435 | + { |
| 2436 | + "description": "Denies the ask command without any pre-configured scope.", |
| 2437 | + "type": "string", |
| 2438 | + "const": "dialog:deny-ask", |
| 2439 | + "markdownDescription": "Denies the ask command without any pre-configured scope." |
| 2440 | + }, |
| 2441 | + { |
| 2442 | + "description": "Denies the confirm command without any pre-configured scope.", |
| 2443 | + "type": "string", |
| 2444 | + "const": "dialog:deny-confirm", |
| 2445 | + "markdownDescription": "Denies the confirm command without any pre-configured scope." |
| 2446 | + }, |
| 2447 | + { |
| 2448 | + "description": "Denies the message command without any pre-configured scope.", |
| 2449 | + "type": "string", |
| 2450 | + "const": "dialog:deny-message", |
| 2451 | + "markdownDescription": "Denies the message command without any pre-configured scope." |
| 2452 | + }, |
| 2453 | + { |
| 2454 | + "description": "Denies the open command without any pre-configured scope.", |
| 2455 | + "type": "string", |
| 2456 | + "const": "dialog:deny-open", |
| 2457 | + "markdownDescription": "Denies the open command without any pre-configured scope." |
| 2458 | + }, |
| 2459 | + { |
| 2460 | + "description": "Denies the save command without any pre-configured scope.", |
| 2461 | + "type": "string", |
| 2462 | + "const": "dialog:deny-save", |
| 2463 | + "markdownDescription": "Denies the save command without any pre-configured scope." |
| 2464 | + }, |
2399 | 2465 | { |
2400 | 2466 | "description": "Allows the log command\n#### This default permission set includes:\n\n- `allow-log`", |
2401 | 2467 | "type": "string", |
|
0 commit comments