strapi-plugin-import-content icon indicating copy to clipboard operation
strapi-plugin-import-content copied to clipboard

Support mongo

Open jbeuckm opened this issue 6 years ago • 0 comments

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

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

jbeuckm avatar May 01 '19 18:05 jbeuckm