diff --git a/docs/nodes/widgets/ui-notification.md b/docs/nodes/widgets/ui-notification.md index 467317f63..35c1e3cb3 100644 --- a/docs/nodes/widgets/ui-notification.md +++ b/docs/nodes/widgets/ui-notification.md @@ -6,8 +6,10 @@ props: Color: The color that should be used for the notification border. Timeout: Number of seconds before the notification will automatically close. Show Countdown Bar: Whether or not to show a reducing progress bar to indicate the time remaining before the notification will close. - Allow Manual Dismissal: Whether or not to show a button that will allow the user to dismiss the notification. Otherwise, will only close after Timeout. - Button Label: If "Allow Manual Confirmation" is enabled, this is the label for the button. + Allow Manual Dismissal: Show a button for users to dismiss the notification. Otherwise, will only close after Timeout. + Allow Manual Dismissal - Button Label: If "Allow Manual Dismissal" is enabled, this is the label for the button. + Allow Manual Confirmation: Show a button for users to confirm the notification. Otherwise, will only close after Timeout. + Allow Manual Confirmation - Button Label: If "Allow Manual Confirmation" is enabled, this is the label for the button. Accept Raw: Whether you're passing in raw HTML that should be processed client-side. Class: Appends CSS classes to the widget dynamic: