strapi-plugin-bulk-editor 0.1.1 → 0.1.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 +18 -5
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -1,11 +1,24 @@
|
|
|
1
|
-
|
|
1
|
+
<div align="center">
|
|
2
|
+
<img style="width: 160px; height: auto;" src="https://i.imgur.com/z0LMq7J.png" alt="Logo for Strapi Plugin: Bulk Editor" />
|
|
2
3
|
|
|
3
|
-
|
|
4
|
+
<h1>Strapi Plugin: Bulk Editor</h1>
|
|
4
5
|
|
|
5
|
-
|
|
6
|
-
|
|
6
|
+
<a href="https://strapi.io/five"><img src="https://img.shields.io/badge/Strapi-v5-blue" alt="Strapi v5" /></a>
|
|
7
|
+
<a href="https://www.npmjs.com/package/strapi-plugin-bulk-editor"><img src="https://img.shields.io/npm/v/strapi-plugin-bulk-editor" alt="npm" /></a>
|
|
7
8
|
|
|
8
|
-
|
|
9
|
+
<p>Edit multiple Strapi entries at once in a spreadsheet-like interface.</p>
|
|
10
|
+
|
|
11
|
+
<img style="width: 960px; height: auto;" src="https://i.imgur.com/ah3PnvA.png" alt="A screenshot of the Strapi dashboad with a spreadsheet-like bulk editor modal opened" />
|
|
12
|
+
</div>
|
|
13
|
+
|
|
14
|
+
<h1>Get Started</h1>
|
|
15
|
+
|
|
16
|
+
- [Features](#features)
|
|
17
|
+
- [Requirements](#requirements)
|
|
18
|
+
- [Installation](#installation)
|
|
19
|
+
- [Usage](#usage)
|
|
20
|
+
- [Supported Field Types](#supported-field-types)
|
|
21
|
+
- [License](#license)
|
|
9
22
|
|
|
10
23
|
## Features
|
|
11
24
|
|
package/package.json
CHANGED