https://github.com/jbeuckm/strapi-plugin-import-content
Import plugin for Strapi CMS
https://github.com/jbeuckm/strapi-plugin-import-content
cms import strapi
Last synced: about 2 months ago
JSON representation
Import plugin for Strapi CMS
- Host: GitHub
- URL: https://github.com/jbeuckm/strapi-plugin-import-content
- Owner: jbeuckm
- Created: 2019-04-21T19:36:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-23T07:28:49.000Z (about 4 years ago)
- Last Synced: 2025-01-29T11:37:54.397Z (3 months ago)
- Topics: cms, import, strapi
- Language: JavaScript
- Size: 302 KB
- Stars: 108
- Watchers: 12
- Forks: 28
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Strapi Import Content plugin
Import RSS items to your content type with Strapi.
[](https://dev.azure.com/joebeuckman0156/Strapi%20Plugins/_build/latest?definitionId=1&branchName=master)
### Installation
```
cd my-strapi-project/plugins
git clone https://github.com/jbeuckm/strapi-plugin-import-content.git import-content
cd import-content && npm install
cd ../..
npm run setup --plugins
```_\* the last step takes a notoriously long time..._
### Configuration
When plugin has been installed, you need to allow access to the endpoints.
1. Navigate to Users & Permissions.
2. Pick the role you would like to give permission.
3. Scroll down and expand the section **Import Content**.
4. Check "Select All" for the endpoints under "Importconfig".
5. Scroll up and press "Save"### Usage
Click for video demo:
[](https://youtu.be/NOFioYMKPJk)