@ef2/strapi
Advanced tools
Comparing version 2.0.1 to 2.0.3
{ | ||
"name": "@ef2/strapi", | ||
"description": "Strapi EF2 template", | ||
"version": "2.0.1", | ||
"version": "2.0.3", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "devDependencies": { |
@@ -12,4 +12,6 @@ { | ||
"@ckeditor/strapi-plugin-ckeditor": "^0.0.7", | ||
"@ef2/strapi-plugin-bold-title-editor": "^1.0.6", | ||
"@ef2/content-components-strapi": "^0.0.5" | ||
"@ef2/strapi-plugin-bold-title-editor": "latest", | ||
"@ef2/content-components-strapi": "latest", | ||
"strapi-plugin-placeholder": "latest", | ||
"strapi-plugin-local-image-sharp": "latest" | ||
}, | ||
@@ -16,0 +18,0 @@ "scripts": { |
export default { | ||
content: { | ||
enabled: true | ||
placeholder: { | ||
enabled: true, | ||
config: { | ||
size: 10 | ||
} | ||
}, | ||
content: { enabled: true }, | ||
slugify: { | ||
@@ -16,6 +20,4 @@ enabled: true | ||
}, | ||
navigation: { | ||
enabled: true | ||
}, | ||
navigation: { enabled: true }, | ||
graphql: { enabled: true } | ||
}; |
1700
52