/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
tests/app-template/src/components/page-blocks/hero-image.json
21 строка
409 B
Ben Irvin
test: move app-template to common dir
03 дек 2025, 18:18
03 дек 2025, 18:18
6cc814a
Код
Авторство
О чём код?
{ "collectionName": "components_page_blocks_hero_images", "info": { "displayName": "Hero Image" }, "options": {}, "attributes": { "title": { "type": "string" }, "content": { "type": "blocks" }, "background_image": { "allowedTypes": ["images", "files", "videos", "audios"], "type": "media", "multiple": false, "required": false } } }