/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
examples/getstarted/src/components/default/test-component.json
22 строки
429 B
Araksya Gevorgyan
feat(i18n): update all translatable content (#24658)
27 окт 2025, 13:58
Не верифицирован
27 окт 2025, 13:58
0038084
Код
Авторство
О чём код?
{ "collectionName": "components_default_test_components", "info": { "displayName": "testComponent", "icon": "archive" }, "options": {}, "attributes": { "testName": { "type": "string" }, "testAnotherText": { "type": "string" }, "TestMedia": { "type": "media", "multiple": true, "allowedTypes": ["images", "files", "videos", "audios"] } }, "config": {} }