/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
templates/website/src/components/elements/notification-banner.json
19 строк
388 B
Alexandre Bodin
chore(create-strapi-app): implement new templates system
26 авг 2024, 15:57
26 авг 2024, 15:57
c641525
Код
Авторство
О чём код?
{ "collectionName": "components_elements_notification_banners", "info": { "name": "NotificationBanner", "displayName": "Notification banner", "icon": "exclamation" }, "options": {}, "attributes": { "text": { "type": "richtext" }, "type": { "type": "enumeration", "enum": ["alert", "info", "warning"], "required": true } } }