/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
examples/complex/src/components/shared/media-block.json
10 строк
392 B
Bassel Kanso
test: migration testing project (#25151)
27 янв 2026, 17:50
Не верифицирован
27 янв 2026, 17:50
40bf9c0
Код
Авторство
О чём код?
{ "collectionName": "components_shared_media_blocks", "info": { "displayName": "media-block", "description": "Media content block" }, "attributes": { "title": { "type": "string", "required": true }, "mediaUrl": { "type": "string" }, "mediaType": { "type": "enumeration", "enum": ["image", "video", "audio"], "default": "image" }, "description": { "type": "text" } } }