/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
examples/complex/src/components/shared/reference-list.json
17 строк
395 B
Ben Irvin
fix: polymorph media relations migrations
24 фев 2026, 17:23
24 фев 2026, 17:23
f409776
Код
Авторство
О чём код?
{ "collectionName": "components_shared_reference_lists", "info": { "displayName": "reference-list", "description": "Repeatable references (nested component with relations for migration test)" }, "attributes": { "title": { "type": "string" }, "references": { "type": "component", "repeatable": true, "component": "shared.reference" } } }