/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
examples/getstarted/src/components/default/openingtimes.json
19 строк
402 B
Pierre Noël
update getStarted
03 ноя 2021, 12:38
03 ноя 2021, 12:38
3ec7123
Код
Авторство
О чём код?
{ "collectionName": "components_openingtimes", "info": { "displayName": "openingtimes", "description": "", "icon": "calendar" }, "attributes": { "label": { "type": "string", "required": true, "default": "something" }, "time": { "type": "string" }, "dishrep": { "type": "component", "repeatable": true, "component": "default.dish" } } }