/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
examples/complex/src/components/shared/simple-info.json
10 строк
341 B
Bassel Kanso
test: migration testing project (#25151)
27 янв 2026, 17:50
Не верифицирован
27 янв 2026, 17:50
40bf9c0
Код
Авторство
О чём код?
{ "collectionName": "components_shared_simple_infos", "info": { "displayName": "simple-info", "description": "Simple info block" }, "attributes": { "title": { "type": "string", "required": true }, "description": { "type": "text" }, "count": { "type": "integer" }, "active": { "type": "boolean", "default": true } } }