/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
templates/website/src/components/meta/metadata.json
33 строки
675 B
Alexandre Bodin
chore(create-strapi-app): implement new templates system
26 авг 2024, 15:57
26 авг 2024, 15:57
c641525
Код
Авторство
О чём код?
{ "collectionName": "components_meta_metadata", "info": { "name": "Metadata", "displayName": "Metadata", "icon": "robot" }, "options": {}, "attributes": { "metaTitle": { "type": "string", "required": true }, "metaDescription": { "type": "text", "required": true }, "shareImage": { "allowedTypes": ["images"], "type": "media", "multiple": false, "required": false }, "twitterCardType": { "type": "enumeration", "enum": ["summary", "summary_large_image", "app", "player"], "default": "summary" }, "twitterUsername": { "type": "string" } } }