mirror of
https://github.com/Baboo7/strapi-plugin-import-export-entries.git
synced 2025-09-04 00:02:40 -04:00
chore(doc): Explain how to export whole database and setup preferences
This commit is contained in:
parent
e0e95ff75b
commit
045c17be38
19
README.md
19
README.md
@ -45,6 +45,7 @@ At the moment, dynamic zones and media are not unit tested. Tests will be implem
|
||||
- [Installation](#installation)
|
||||
- [Rebuild The Admin Panel](#rebuild-the-admin-panel)
|
||||
- [Usage](#usage)
|
||||
- [Preferences](#preferences)
|
||||
- [Config](#config)
|
||||
- [Filtering & Sorting](#filtering-and-sorting)
|
||||
- [Services](#services)
|
||||
@ -174,12 +175,28 @@ npm run build --clean
|
||||
|
||||
# Usage
|
||||
|
||||
Once the plugin is installed and setup, the functionnalities are accessible on the content management page of a collection.
|
||||
Once the plugin is installed and setup, the functionnalities for a collection are accessible on its content management page.
|
||||
|
||||
<p align="center">
|
||||
<img src="./doc/scr-usage.png" alt="UI" width="500"/>
|
||||
</p>
|
||||
|
||||
You can also export the whole database from the home page of the plugin.
|
||||
|
||||
<p align="center">
|
||||
<img src="./doc/scr-homepage.png" alt="UI" width="500"/>
|
||||
</p>
|
||||
|
||||
## Preferences
|
||||
|
||||
For a quick and convenient use, you can set your preferences from the home page of the plugin.
|
||||
|
||||
<p align="center">
|
||||
<img src="./doc/scr-homepage-preferences.png" alt="UI" width="500"/>
|
||||
</p>
|
||||
|
||||
Once set, they will be used each time you import/export data.
|
||||
|
||||
## Config
|
||||
|
||||
In `config/plugins.js`:
|
||||
|
BIN
doc/scr-homepage-preferences.png
Normal file
BIN
doc/scr-homepage-preferences.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 240 KiB |
BIN
doc/scr-homepage.png
Normal file
BIN
doc/scr-homepage.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 240 KiB |
Loading…
x
Reference in New Issue
Block a user