/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
templates/website/src/components/layout/navbar.json
28 строк
555 B
Alexandre Bodin
chore(create-strapi-app): implement new templates system
26 авг 2024, 15:57
26 авг 2024, 15:57
c641525
Код
Авторство
О чём код?
{ "collectionName": "components_layout_navbars", "info": { "name": "Navbar", "displayName": "Navbar", "icon": "map-signs", "description": "" }, "options": {}, "attributes": { "links": { "type": "component", "repeatable": true, "component": "links.link" }, "button": { "type": "component", "repeatable": false, "component": "links.button-link" }, "logo": { "allowedTypes": ["images"], "type": "media", "multiple": false, "required": true } } }