UNPKG

create-strapi-app

Version:

Generate a new Strapi application.

27 lines (26 loc) 480 B
{ "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"] } } }