{% extends '../layout/admin.html' %} {% block html_title %}{{ customizeService.generateCustomTitle(t('Notification settings')) }}{% endblock %} {% block content_header %}
{% endblock %} {% block content_main %}
{% include './widget/menu.html' with {current: 'notification'} %}

Default Notification Settings for Patterns

{% for userNotif in userNotifications %} {% endfor %}
Pattern Channel Operation

Path name of wiki. Pattern expression with * can be used.

Slack channel name. Without #.

{{ userNotif.pathPattern }} {{ userNotif.channel }}
{% include './global-notification.html' %}
{% endblock content_main %} {% block content_footer %} {% endblock content_footer %}