/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
packages/core/email/admin/src/constants.ts
7 строк
369 B
Jamie Howard
[Email] Migrate to typescript (#18136)
12 окт 2023, 19:10
Не верифицирован
12 окт 2023, 19:10
a9552a7
Код
Авторство
О чём код?
export const PERMISSIONS = { // This permission regards the main component (App) and is used to tell // If the plugin link should be displayed in the menu // And also if the plugin is accessible. This use case is found when a user types the url of the // plugin directly in the browser settings: [{ action: 'plugin::email.settings.read', subject: null }], };