sanity-plugin-asset-source-unsplash 0.2.4 → 0.2.5
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 +14 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,23 @@
|
|
|
1
1
|
# Sanity Asset Source Plugin: Unsplash
|
|
2
|
+
> This is a **Sanity Studio v2** plugin.
|
|
3
|
+
> For the v3 version, please refer to the [v3-branch](https://github.com/sanity-io/sanity-plugin-asset-source-unsplash).
|
|
4
|
+
|
|
2
5
|
Search for photos on Unsplash and add them to your project right inside Sanity Studio.
|
|
3
6
|
|
|
7
|
+
## Installation
|
|
4
8
|
|
|
9
|
+
`sanity install asset-source-unsplash@studio-v2`
|
|
5
10
|
|
|
6
|
-
|
|
11
|
+
```sh
|
|
12
|
+
yarn add sanity-plugin-asset-source-unsplash@studio-v2
|
|
13
|
+
```
|
|
7
14
|
|
|
8
|
-
|
|
15
|
+
Next, add `"asset-source-unsplash"` to `sanity.json` plugins array:
|
|
16
|
+
```json
|
|
17
|
+
"plugins": [
|
|
18
|
+
"asset-source-unsplash"
|
|
19
|
+
]
|
|
20
|
+
```
|
|
9
21
|
|
|
10
22
|
## Part name
|
|
11
23
|
|