@retikolo/drag-drop-content-types 1.3.1 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  <h1>Strapi plugin drag-drop-content-types</h1>
4
4
  </div>
5
5
 
6
- ![drag-drop-preview](https://user-images.githubusercontent.com/37687705/191790500-f7bc7968-cf10-4448-a049-3350d96d2d8b.png)
6
+ ![dragdropcrop](https://user-images.githubusercontent.com/37687705/212884821-356ec68c-b71a-4b89-9e99-8a625f84cfbe.gif)
7
7
 
8
8
 
9
9
  ## ⏳ Installation
@@ -43,9 +43,5 @@ Assuming you go with the default settings, you can make a request on the followi
43
43
  http://localhost:1337/api/foo?sort=rank:asc
44
44
  ```
45
45
 
46
- ## ⚠ Note
47
- This plugin might NOT behave as you expect. Since Strapi does not allow to fully access all page components, the content itself cannot be drag-and-dropped. Instead this plugin adds a panel, which allow sort content via drag-and-drop. This is not a very intuitive way, but might be better than nothing...
48
-
49
-
50
46
  ## 🤝 Contribute
51
- Feel free to fork and make pull requests to this plugin. All input is welcome - thanks for all contributions so far!
47
+ Feel free to fork and make pull requests to this plugin. All input is welcome - thanks for all contributions so far!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@retikolo/drag-drop-content-types",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "This plugin add a drag and droppable list that allows you to sort content type entries.",
5
5
  "strapi": {
6
6
  "name": "drag-drop-content-types",