/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
templates/website/src/components/sections/hero.json
34 строки
622 B
Alexandre Bodin
chore(create-strapi-app): implement new templates system
26 авг 2024, 15:57
26 авг 2024, 15:57
c641525
Код
Авторство
О чём код?
{ "collectionName": "components_slices_heroes", "info": { "name": "Hero", "displayName": "Hero", "icon": "heading" }, "options": {}, "attributes": { "title": { "type": "string" }, "label": { "type": "string" }, "description": { "type": "string" }, "picture": { "allowedTypes": ["images"], "type": "media", "multiple": false, "required": false }, "smallTextWithLink": { "type": "richtext" }, "buttons": { "type": "component", "repeatable": true, "component": "links.button-link" } } }