/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
examples/getstarted/src/components/default/dish.json
33 строки
614 B
Pierre Noël
update getStarted
03 ноя 2021, 12:38
03 ноя 2021, 12:38
3ec7123
Код
Авторство
О чём код?
{ "collectionName": "components_dishes", "info": { "displayName": "dish", "description": "", "icon": "address-book" }, "attributes": { "name": { "type": "string", "required": false, "default": "My super dish" }, "description": { "type": "text" }, "price": { "type": "float" }, "picture": { "type": "media", "required": false }, "very_long_description": { "type": "richtext" }, "categories": { "type": "relation", "relation": "oneToOne", "target": "api::category.category" } } }