/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
tests/app-template/src/components/meta/seo.json
28 строк
494 B
Ben Irvin
test: move app-template to common dir
03 дек 2025, 18:18
03 дек 2025, 18:18
6cc814a
Код
Авторство
О чём код?
{ "collectionName": "components_meta_seos", "info": { "displayName": "Seo", "description": "" }, "options": {}, "attributes": { "title": { "type": "string" }, "description": { "type": "text", "maxLength": 150 }, "indexable": { "type": "boolean", "default": false, "required": true }, "image": { "type": "media", "multiple": true, "required": false, "allowedTypes": ["images"] } } }