@ef2/strapi
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "@ef2/strapi", | ||
"description": "Strapi EF2 template", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "devDependencies": { |
@@ -9,3 +9,2 @@ export default { | ||
}, | ||
content: { enabled: true }, | ||
navigation: { enabled: true }, | ||
@@ -18,3 +17,2 @@ 'slug-localization': { | ||
}, | ||
webforms: { enabled: true }, | ||
email: { | ||
@@ -21,0 +19,0 @@ enabled: true, |
@@ -38,4 +38,26 @@ { | ||
"required": false | ||
}, | ||
"hero": { | ||
"pluginOptions": { | ||
"i18n": { | ||
"localized": true | ||
} | ||
}, | ||
"type": "dynamiczone", | ||
"components": ["hero.hero-buttons"], | ||
"required": true, | ||
"min": 1, | ||
"max": 1 | ||
}, | ||
"flexContent": { | ||
"pluginOptions": { | ||
"i18n": { | ||
"localized": true | ||
} | ||
}, | ||
"type": "dynamiczone", | ||
"components": ["content.accordion", "content.image", "content.image-text", "content.text", "content.video"], | ||
"required": true | ||
} | ||
} | ||
} |
@@ -18,35 +18,2 @@ { | ||
"attributes": { | ||
"companyName": { | ||
"pluginOptions": { | ||
"i18n": { | ||
"localized": true | ||
} | ||
}, | ||
"type": "string" | ||
}, | ||
"emailaddress": { | ||
"pluginOptions": { | ||
"i18n": { | ||
"localized": true | ||
} | ||
}, | ||
"type": "string" | ||
}, | ||
"phoneNumber": { | ||
"pluginOptions": { | ||
"i18n": { | ||
"localized": true | ||
} | ||
}, | ||
"type": "string" | ||
}, | ||
"address": { | ||
"pluginOptions": { | ||
"i18n": { | ||
"localized": true | ||
} | ||
}, | ||
"type": "richtext" | ||
}, | ||
"footer": { | ||
@@ -53,0 +20,0 @@ "type": "component", |
@@ -28,4 +28,26 @@ { | ||
"required": false | ||
}, | ||
"hero": { | ||
"pluginOptions": { | ||
"i18n": { | ||
"localized": true | ||
} | ||
}, | ||
"type": "dynamiczone", | ||
"components": ["hero.hero-buttons"], | ||
"required": true, | ||
"min": 1, | ||
"max": 1 | ||
}, | ||
"flexContent": { | ||
"pluginOptions": { | ||
"i18n": { | ||
"localized": true | ||
} | ||
}, | ||
"type": "dynamiczone", | ||
"components": ["content.accordion", "content.image", "content.image-text", "content.text", "content.video"], | ||
"required": true | ||
} | ||
} | ||
} |
@@ -28,4 +28,26 @@ { | ||
"required": false | ||
}, | ||
"hero": { | ||
"pluginOptions": { | ||
"i18n": { | ||
"localized": true | ||
} | ||
}, | ||
"type": "dynamiczone", | ||
"components": ["hero.hero-buttons"], | ||
"required": true, | ||
"min": 1, | ||
"max": 1 | ||
}, | ||
"flexContent": { | ||
"pluginOptions": { | ||
"i18n": { | ||
"localized": true | ||
} | ||
}, | ||
"type": "dynamiczone", | ||
"components": ["content.accordion", "content.image", "content.image-text", "content.text", "content.video"], | ||
"required": true | ||
} | ||
} | ||
} |
@@ -9,7 +9,7 @@ { | ||
"attributes": { | ||
"caption": { | ||
"embedId": { | ||
"type": "string", | ||
"required": true | ||
}, | ||
"embedId": { | ||
"caption": { | ||
"type": "string", | ||
@@ -16,0 +16,0 @@ "required": true |
@@ -33,4 +33,16 @@ { | ||
"required": true | ||
}, | ||
"email": { | ||
"type": "string", | ||
"required": false | ||
}, | ||
"phone": { | ||
"type": "string", | ||
"required": false | ||
}, | ||
"phoneHref": { | ||
"type": "string", | ||
"required": false | ||
} | ||
} | ||
} |
31115
54
1126