/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
examples/getstarted/src/components/default/closingperiod.json
34 строки
624 B
Pierre Noël
update getStarted
03 ноя 2021, 12:38
03 ноя 2021, 12:38
3ec7123
Код
Авторство
О чём код?
{ "collectionName": "components_closingperiods", "info": { "displayName": "closingperiod", "description": "", "icon": "angry" }, "attributes": { "label": { "type": "string", "default": "toto" }, "start_date": { "type": "date", "required": true }, "end_date": { "type": "date", "required": true }, "media": { "type": "media", "multiple": false, "required": false }, "dish": { "component": "default.dish", "type": "component", "repeatable": true, "required": true, "min": 2 } } }