@ef2/strapi
Advanced tools
Comparing version 2.0.5 to 2.0.6
{ | ||
"name": "@ef2/strapi", | ||
"description": "Strapi EF2 template", | ||
"version": "2.0.5", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@strapi/strapi": "^4.4.3", | ||
"@types/fs-extra": "^9.0.13", | ||
"@types/mime-types": "^2.1.1", | ||
"fs-extra": "^10.1.0", | ||
"mime-types": "^2.1.35", | ||
"path": "^0.12.7" | ||
} | ||
"name": "@ef2/strapi", | ||
"description": "Strapi EF2 template", | ||
"version": "2.0.6", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@strapi/strapi": "^4.9.0", | ||
"@types/fs-extra": "^9.0.13", | ||
"@types/mime-types": "^2.1.1", | ||
"fs-extra": "^10.1.0", | ||
"mime-types": "^2.1.35", | ||
"path": "^0.12.7" | ||
} | ||
} |
@@ -6,13 +6,14 @@ { | ||
"@strapi/plugin-seo": "latest", | ||
"@ef2/strapi-plugin-bold-title-editor": "^1.0.8", | ||
"@ef2/content-components-strapi": "^0.0.22", | ||
"@ef2/webforms-strapi": "0.0.8", | ||
"fs-extra": "^10.1.0", | ||
"mime-types": "^2.1.35", | ||
"path": "^0.12.7", | ||
"strapi-plugin-navigation": "^2.2.2", | ||
"strapi-plugin-slugify": "^2.3.1", | ||
"strapi-plugin-navigation": "^2.2.7", | ||
"strapi-plugin-config-sync": "^1.0.4", | ||
"@ckeditor/strapi-plugin-ckeditor": "^0.0.7", | ||
"@ef2/strapi-plugin-bold-title-editor": "latest", | ||
"@ef2/content-components-strapi": "latest", | ||
"strapi-plugin-placeholder": "latest", | ||
"strapi-plugin-local-image-sharp": "latest" | ||
"strapi-plugin-local-image-sharp": "latest", | ||
"@strapi/provider-email-sendmail": "^4.9.0" | ||
}, | ||
@@ -19,0 +20,0 @@ "scripts": { |
export default { | ||
seo: { | ||
enabled: true | ||
}, | ||
seo: { enabled: true }, | ||
placeholder: { | ||
@@ -12,15 +10,23 @@ enabled: true, | ||
content: { enabled: true }, | ||
slugify: { | ||
enabled: true | ||
// config: { | ||
// contentTypes: { | ||
// page: { | ||
// field: 'slug', | ||
// references: 'title' | ||
// } | ||
// } | ||
// } | ||
navigation: { enabled: true }, | ||
graphql: { | ||
enabled: true, | ||
config: { | ||
depthLimit: 100 | ||
} | ||
}, | ||
navigation: { enabled: true }, | ||
graphql: { enabled: true } | ||
webform: { enabled: true }, | ||
email: { | ||
enabled: true, | ||
config: { | ||
provider: 'sendmail', | ||
providerOptions: {}, | ||
settings: { | ||
recipients: [], | ||
defaultFrom: 'Strapi <info@ef2.builders>', | ||
defaultReplyTo: 'Strapi <info@ef2.builders>', | ||
testAddress: 'Strapi <info@ef2.builders>' | ||
} | ||
} | ||
} | ||
}; |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
25539
32
455
1