strapi-plugin-import-content
strapi-plugin-import-content copied to clipboard
Support mongo
I think the line that saves the new content will only work with bookshelf:
const savedContent = await strapi.models[importConfig.contentType]
.forge(importedItem)
.save();