/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
examples/complex/src/components/shared/text-block.json
25 строк
711 B
Bassel Kanso
test: migration testing project (#25151)
27 янв 2026, 17:50
Не верифицирован
27 янв 2026, 17:50
40bf9c0
Код
Авторство
О чём код?
{ "collectionName": "components_shared_text_blocks", "info": { "displayName": "text-block", "description": "Text content block" }, "attributes": { "heading": { "type": "string", "required": true }, "body": { "type": "richtext" }, "author": { "type": "string" }, "publishedDate": { "type": "date" }, "relatedBasic": { "type": "relation", "relation": "oneToOne", "target": "api::basic.basic" }, "relatedBasicDp": { "type": "relation", "relation": "oneToOne", "target": "api::basic-dp.basic-dp" }, "relatedRelationDp": { "type": "relation", "relation": "oneToOne", "target": "api::relation-dp.relation-dp" } } }