## Default Permission This permission set configures the types of dialogs available from the dialog plugin. #### Granted Permissions All dialog types are enabled. #### This default permission set includes the following: - `allow-ask` - `allow-confirm` - `allow-message` - `allow-save` - `allow-open` ## Permission Table
Identifier | Description |
---|---|
`dialog:allow-ask` | Enables the ask command without any pre-configured scope. |
`dialog:deny-ask` | Denies the ask command without any pre-configured scope. |
`dialog:allow-confirm` | Enables the confirm command without any pre-configured scope. |
`dialog:deny-confirm` | Denies the confirm command without any pre-configured scope. |
`dialog:allow-message` | Enables the message command without any pre-configured scope. |
`dialog:deny-message` | Denies the message command without any pre-configured scope. |
`dialog:allow-open` | Enables the open command without any pre-configured scope. |
`dialog:deny-open` | Denies the open command without any pre-configured scope. |
`dialog:allow-save` | Enables the save command without any pre-configured scope. |
`dialog:deny-save` | Denies the save command without any pre-configured scope. |