Skip to content

efechq/strapi-plugin-content-export-import

 
 

Repository files navigation

Strapi plugin content-export-import

First Setup

# create a strapi project 
yarn create strapi-app my-project --quickstart

cd /my-project

# create plugins folder if not exists
# mkdir plugins

# go to plugins folder
cd plugins

# clone the plugin code into a folder and skip the prefix. The folder name has to be the plugin name
git clone https://github.com/efechq/strapi-plugin-content-export-import content-export-import
# install dependencies
cd content-export-import && yarn install
# build the plugin
cd ../..
yarn build

# start
yarn develop

Plugin development

yarn develop --watch-admin

Running at http://localhost:8000/

How to install:

  1. In a root folder of your strapi project run npm install strapi-plugin-entity-relationship-chart --save
  2. Rebuild admin UI strapi build
  3. Run strapi strapi develop

Features

  • Support JSON export & import
  • Delete all content of a type

How to test

Create a single and collection type without draft modus and the following fields:

  • text
  • number
  • checkbox
  • richtext

Not supported

  • Media fields, e.g. image, video, etc.
  • Any other file type, e.g. csv, etc.

References

About

Strapi plugin for content export and import

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%