23 lines
636 B
PHP
23 lines
636 B
PHP
<?php
|
|
|
|
return [
|
|
'plugin' => [
|
|
'name' => 'Notify',
|
|
'description' => 'Notification services',
|
|
],
|
|
'notifications' => [
|
|
'menu_label' => 'Notification rules',
|
|
'menu_description' => 'Manage the events and actions that trigger notifications.',
|
|
'name' => 'Name',
|
|
'code' => 'Code',
|
|
'notification_rule' => 'Notification rule',
|
|
'add_notification_rule' => 'Add notification rule',
|
|
],
|
|
'action' => [
|
|
'add_notification_action' => 'Add notification action',
|
|
],
|
|
'permissions' => [
|
|
'manage_notifications' => 'Notifications management',
|
|
],
|
|
];
|