/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
examples/complex/src/components/shared/image-block.json
11 строк
326 B
Bassel Kanso
test: migration testing project (#25151)
27 янв 2026, 17:50
Не верифицирован
27 янв 2026, 17:50
40bf9c0
Код
Авторство
О чём код?
{ "collectionName": "components_shared_image_blocks", "info": { "displayName": "image-block", "description": "Image data" }, "attributes": { "alt": { "type": "string" }, "url": { "type": "string" }, "caption": { "type": "text" }, "width": { "type": "integer" }, "height": { "type": "integer" } } }