Added template editor separate role
This commit is contained in:
@@ -52,5 +52,6 @@ return [
|
||||
'amplitude_code' => env('AMPLITUDE_CODE'),
|
||||
'crisp_website_id' => env('CRISP_WEBSITE_ID'),
|
||||
|
||||
'admin_emails' => explode(",", env('ADMIN_EMAILS') ?? '')
|
||||
'admin_emails' => explode(",", env('ADMIN_EMAILS') ?? ''),
|
||||
'template_editor_emails' => explode(",", env('TEMPLATE_EDITOR_EMAILS') ?? '')
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user