/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
tests/app-template/src/components/component-category/component.json
49 строк
881 B
Ben Irvin
test: move app-template to common dir
03 дек 2025, 18:18
03 дек 2025, 18:18
6cc814a
Код
Авторство
О чём код?
{ "collectionName": "components_component_category_components", "info": { "displayName": "component", "icon": "arrowUp" }, "options": {}, "attributes": { "shorttext": { "type": "string" }, "boolean": { "type": "boolean" }, "longtext": { "type": "text" }, "blocks": { "type": "blocks" }, "json": { "type": "json" }, "numberinteger": { "type": "integer" }, "email": { "type": "email" }, "date": { "type": "date" }, "password": { "type": "password" }, "enum": { "type": "enumeration", "enum": ["first comp value", "second comp value", "third comp value"] }, "markdown": { "type": "richtext" }, "user": { "type": "relation", "relation": "oneToOne", "target": "admin::user" } } }