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 edd44f6 commit 0678572Copy full SHA for 0678572
16/umbraco-cms/customizing/extending-overview/extension-types/modals/confirm-dialog.md
@@ -15,7 +15,7 @@ button labels.
15
16
* `headline` - The headline of the modal.
17
* `content` - The content of the modal, which can be a TemplateResult or a string.
18
-* `color` - (Optional) The color of the modal, can be `positive` or `danger`.
+* `color` - (Optional) The color of the modal, can be `positive` or `danger`. Defaults to `positive`.
19
* `confirmLabel` - (Optional) The label of the confirmation button.
20
* `cancelLabel` - (Optional) The label of the cancel button.
21
0 commit comments