GithubHelp home page GithubHelp logo

Comments (4)

ardiansyaherwin avatar ardiansyaherwin commented on May 29, 2024 1

oh I see, thanks a lot for such a quick response. I'll try your suggestion by extending the plugin. have a nice day!

from strapi-plugin-import-export-content.

EdisonPeM avatar EdisonPeM commented on May 29, 2024

Hi @ardiansyaherwin

At the moment it only supports importing user collections types or single types, because I did not consider importing data about other strapi plugins.

If you want, you can extends it modifying the useContentTypes hook to not filter the content-types, for this, you can copy a file of this hook from node_modules/strapi-plugin-import-export-content/admin/src/hooks/useContentTypes.js to extensions/import-export-content/admin/src/hooks/useContentTypes.js

and change from

const contentTypes = data.filter(({ uid }) => uid.startsWith("application::"));

To this

const contentTypes = data;

For more info o customize a plugin click here

from strapi-plugin-import-export-content.

ardiansyaherwin avatar ardiansyaherwin commented on May 29, 2024

Hi @EdisonPeM

Sorry I don't get it, you just said that it only supports importing Users collections types or single types. But in my case, the Users collections is not showing on Import Destination options.

Did I miss any config?
Screen Shot 2021-06-19 at 13 45 52

from strapi-plugin-import-export-content.

EdisonPeM avatar EdisonPeM commented on May 29, 2024

sorry for the mistake. I meant that it only supports collections created by the user, that is, created by a developer.

Users collection is a collection created from a user-permission plugin. that's why it has no support

from strapi-plugin-import-export-content.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.