/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
tests/app-template/src/components/match/player.json
19 строк
332 B
Ben Irvin
test: move app-template to common dir
03 дек 2025, 18:18
03 дек 2025, 18:18
6cc814a
Код
Авторство
О чём код?
{ "collectionName": "components_match_player", "info": { "displayName": "Player", "icon": "moon" }, "options": {}, "attributes": { "full_name": { "type": "string", "required": true, "regex": "^(?!.*nate).*" }, "position": { "type": "string", "required": false } } }