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