jbeuckm / strapi-plugin-import-content

Import plugin for Strapi CMS
108 stars 28 forks source link

Support mongo #16

Open jbeuckm opened 5 years ago

jbeuckm commented 5 years ago

I think the line that saves the new content will only work with bookshelf:

  const savedContent = await strapi.models[importConfig.contentType]
    .forge(importedItem)
    .save();