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