/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
examples/complex/src/components/shared/header.json
12 строк
331 B
Bassel Kanso
test: migration testing project (#25151)
27 янв 2026, 17:50
Не верифицирован
27 янв 2026, 17:50
40bf9c0
Код
Авторство
О чём код?
{ "collectionName": "components_shared_headers", "info": { "displayName": "header", "description": "Header component containing logo" }, "attributes": { "title": { "type": "string", "required": true }, "headerlogo": { "type": "component", "repeatable": false, "component": "shared.logo" } } }