通知設定の追加

通知設定一覧

{% for globalNotif in globalNotifications %} {% set detailPageUrl = '/admin/global-notification/detail' %} {% endfor %}
ON/OFF Pattern Triggers Notify To

Path Pattern of wiki. Expression with * is supported.

Notifications are sent to this email.

{{ globalNotif.triggerPath }}
{% if globalNotif.__t == 'mail' %}emailicon {{ globalNotif.toEmail }} {% elseif globalNotif.__t == 'slack' %}slackicon {{ globalNotif.slackChannels }} {% endif %}