Default notification format now "HTML color"

This commit is contained in:
dgtlmoon
2024-12-16 14:09:14 +01:00
parent a3a3ab0622
commit 4df50b867b

View File

@@ -23,7 +23,7 @@ valid_tokens = {
}
default_notification_format_for_watch = 'System default'
default_notification_format = 'Text'
default_notification_format = 'HTML Color'
default_notification_body = '{{watch_url}} had a change.\n---\n{{diff}}\n---\n'
default_notification_title = 'ChangeDetection.io Notification - {{watch_url}}'