/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
examples/getstarted/src/components/basic/simple.json
18 строк
295 B
Pierre Noël
fix getstarted simple compo schema
03 ноя 2021, 17:24
03 ноя 2021, 17:24
0639ad5
Код
Авторство
О чём код?
{ "collectionName": "components_basic_simples", "info": { "displayName": "simple", "icon": "ambulance", "description": "" }, "options": {}, "attributes": { "name": { "type": "string", "required": true }, "test": { "type": "string" } } }