/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
templates/website/src/components/elements/feature-column.json
25 строк
476 B
Alexandre Bodin
chore(create-strapi-app): implement new templates system
26 авг 2024, 15:57
26 авг 2024, 15:57
c641525
Код
Авторство
О чём код?
{ "collectionName": "components_slices_feature_columns", "info": { "name": "FeatureColumn", "displayName": "Feature column", "icon": "align-center", "description": "" }, "options": {}, "attributes": { "title": { "type": "string", "required": true }, "description": { "type": "text" }, "icon": { "allowedTypes": ["images"], "type": "media", "multiple": false, "required": true } } }