Skip to content

Commit efc503a

Browse files
committed
Fixing soft-wrap/text formatting
1 parent 0678572 commit efc503a

File tree

1 file changed

+4
-8
lines changed
  • 16/umbraco-cms/customizing/extending-overview/extension-types/modals

1 file changed

+4
-8
lines changed

16/umbraco-cms/customizing/extending-overview/extension-types/modals/confirm-dialog.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@ description: Present a dialog to ask the user for confirmation.
44

55
# Confirm Dialog
66

7-
Confirmation dialogs are used to ask the user for confirmation to complete some action, and are presented as a
8-
center-aligned modal in the backoffice.
7+
Confirmation dialogs are used to ask the user for confirmation to complete some action and are presented as a center-aligned modal in the backoffice.
98

10-
Extension authors do not need to register the dialog in their extension's manifest, instead these dialogs are opened by
11-
importing and calling the `umbOpenModal` function.
9+
Extension authors do not need to register the dialog in their extension's manifest, instead these dialogs are opened by importing and calling the `umbOpenModal` function.
1210

13-
Extension authors can customize the dialog with configuration options such as headline, body content, colors, and
14-
button labels.
11+
Extension authors can customize the dialog with configuration options such as headline, body content, colors, and button labels.
1512

1613
* `headline` - The headline of the modal.
1714
* `content` - The content of the modal, which can be a TemplateResult or a string.
@@ -21,8 +18,7 @@ button labels.
2118

2219
To see all properties of the `UMB_CONFIRM_MODAL` token, see the [API reference](https://apidocs.umbraco.com/v16/ui-api/interfaces/packages_core_modal.UmbConfirmModalData.html).
2320

24-
The `onSubmit` method returns a promise that resolves when the user confirms the dialog, and rejects when the user
25-
cancels the dialog.
21+
The `onSubmit` method returns a promise that resolves when the user confirms the dialog, and rejects when the user cancels the dialog.
2622

2723
## Basic Usage
2824

0 commit comments

Comments
 (0)