通知設定の追加

通知設定一覧

{% set icons = { pageCreate: '', pageEdit: '', pageDelete: '', pageMove: '', pageLike: '', comment: '' } %} {% set detailPageUrl = '/admin/global-notification/detail' %} {% for globalNotif in globalNotifications %} {% endfor %}
ON/OFF Pattern Triggers Notify To

Path Pattern of wiki. Expression with * is supported.

{% for icon in icons %} {{ icon | safe }} {% endfor %}

Notifications are sent to this email.

{{ globalNotif.triggerPath }} {% for event in globalNotif.triggerEvents %} {{ icons[event] | safe }} {% endfor %} {% if globalNotif.__t == 'mail' %}emailicon {{ globalNotif.toEmail }} {% elseif globalNotif.__t == 'slack' %}slackicon {{ globalNotif.slackChannels }} {% endif %}