/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
packages/cli/create-strapi-app/templates/example/src/components/shared/seo.json
26 строк
480 B
Alexandre Bodin
chore(create-strapi-app): implement new templates system
26 авг 2024, 15:57
26 авг 2024, 15:57
c641525
Код
Авторство
О чём код?
{ "collectionName": "components_shared_seos", "info": { "name": "Seo", "icon": "allergies", "displayName": "Seo", "description": "" }, "options": {}, "attributes": { "metaTitle": { "type": "string", "required": true }, "metaDescription": { "type": "text", "required": true }, "shareImage": { "type": "media", "multiple": false, "required": false, "allowedTypes": ["images"] } } }