通知設定の追加

通知設定一覧

{% set tags = { pageCreate: ' CREATE', pageEdit: ' EDIT', pageDelete: ' DELETE', pageMove: ' MOVE', pageLike: ' LIKE', comment: ' POST' } %} {% set detailPageUrl = '/admin/global-notification/detail' %} {% for globalNotif in globalNotifications %} {% endfor %}
ON/OFF Trigger Path (expression with * is supported) Trigger Events Notify To Action
{{ globalNotif.triggerPath }} {% for event in globalNotif.triggerEvents %} {{ tags[event] | safe }} {% endfor %} {% if globalNotif.__t == 'mail' %} {{ globalNotif.toEmail }} {% elseif globalNotif.__t == 'slack' %} {{ globalNotif.slackChannels }} {% endif %}

{{ t('Delete') }}