sanity-plugin-dashboard-widget-document-list 3.0.0-studio-v3.2 → 3.0.0-studio-v3.3
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 +4 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
# dashboard-widget-document-list
|
|
2
|
-
[dashboard-plugin]: https://github.com/sanity-io/v3-temp-sanity-dashboard/tree/v3
|
|
1
|
+
# sanity-plugin-dashboard-widget-document-list
|
|
3
2
|
|
|
4
3
|
> **NOTE**
|
|
5
4
|
>
|
|
@@ -14,16 +13,16 @@ Dashboard widget for the Sanity Content Studio which displays a list of document
|
|
|
14
13
|
## Install
|
|
15
14
|
|
|
16
15
|
```
|
|
17
|
-
npm install --save dashboard-widget-document-list@studio-v3
|
|
16
|
+
npm install --save sanity-plugin-dashboard-widget-document-list@studio-v3
|
|
18
17
|
```
|
|
19
18
|
|
|
20
19
|
or
|
|
21
20
|
|
|
22
21
|
```
|
|
23
|
-
yarn add dashboard-widget-document-list@studio-v3
|
|
22
|
+
yarn add sanity-plugin-dashboard-widget-document-list@studio-v3
|
|
24
23
|
```
|
|
25
24
|
|
|
26
|
-
Ensure that you have followed install and usage instructions for
|
|
25
|
+
Ensure that you have followed install and usage instructions for @sanity/dashboard.
|
|
27
26
|
|
|
28
27
|
## Usage
|
|
29
28
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"public": true,
|
|
3
3
|
"name": "sanity-plugin-dashboard-widget-document-list",
|
|
4
|
-
"version": "3.0.0-studio-v3.
|
|
4
|
+
"version": "3.0.0-studio-v3.3",
|
|
5
5
|
"author": "Sanity.io <hello@sanity.io>",
|
|
6
6
|
"description": "Example dashboard widget for Sanity Content Studio",
|
|
7
7
|
"homepage": "https://github.com/sanity-io/dashboard-widget-document-list#readme",
|