@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.
- package/README.md +2 -6
- 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
|
-

|
|
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