1.0.8 • Published 3 years ago

@artizy-io/strapi-plugin-import-content v1.0.8

Weekly downloads
17
License
MIT
Repository
github
Last release
3 years ago

Strapi plugin import-content

Import CSV and RSS-Feed into your Content Types.

This @artizy-io/strapi-plugin-import-content is an evolution of the strapi-plugin-import-content code provided as a strapi tutorial:

New features versus the strapi tutorial plugin

  • import with draftAndPublish support as well as user role/permissions check:

    • instead of importing via the low-level qyuery services, the content manager services are used, hence user and state management features supported by the content manager are supported
  • automated relational data import:

    • relations to uploaded files or other content types are automatically identified and created.