Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Fix the accidentally removed entries from notification docs #1219

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/nodes/widgets/ui-notification.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <b>dismiss</b> the notification. Otherwise, will only close after Timeout.
Allow Manual Dismissal - Button Label: If <i>"Allow Manual Dismissal"</i> is enabled, this is the label for the button.
Allow Manual Confirmation: Show a button for users to <b>confirm</b> the notification. Otherwise, will only close after Timeout.
Allow Manual Confirmation - Button Label: If <i>"Allow Manual Confirmation"</i> 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:
Expand Down
Loading