@ef2/strapi
Advanced tools
Comparing version 3.0.2 to 3.0.3
{ | ||
"name": "@ef2/strapi", | ||
"description": "Strapi EF2 template", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "devDependencies": { |
@@ -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 | ||
} | ||
} | ||
} |
@@ -12,3 +12,3 @@ { | ||
"repeatable": false, | ||
"component": "content.heading", | ||
"component": "layout.heading", | ||
"required": true | ||
@@ -15,0 +15,0 @@ }, |
Sorry, the diff of this file is not supported yet
29921
1099