datocms-plugin-commercelayer 2.0.3 → 2.0.4
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 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,15 +8,15 @@ To use this plugin first you need to create a Commerce Layer OAuth application a
|
|
|
8
8
|
|
|
9
9
|

|
|
10
10
|
|
|
11
|
-
Now you can access the application's base endpoint,
|
|
11
|
+
Now you can access the application's base endpoint, client ID, and client secret:
|
|
12
12
|
|
|
13
13
|

|
|
14
14
|
|
|
15
|
-
> **
|
|
15
|
+
> **BACKWARD COMPATIBILITY** — Please note that if you are upgrading from a previous version (older than `v2.0.0`) you need to change your plugin settings to use an _integration_ app because old _datocms_ Commerce Layer apps have been dismissed and don't work with the new versions of the plugin.
|
|
16
16
|
|
|
17
17
|
## Plugin configuration (DatoCMS)
|
|
18
18
|
|
|
19
|
-
You can search the plugin from the DatoCMS admin dashboard or install it
|
|
19
|
+
You can search the plugin from the DatoCMS admin dashboard or install it from the [marketplace](https://www.datocms.com/marketplace/plugins/i/datocms-plugin-commercelayer). Once installed, you need to configure the plugin with the credentials you get from Commerce Layer app you previously created:
|
|
20
20
|
|
|
21
21
|

|
|
22
22
|
|
|
@@ -24,7 +24,7 @@ You can either hook this plugin manually to your single-line fields, or specify
|
|
|
24
24
|
|
|
25
25
|
## Usage
|
|
26
26
|
|
|
27
|
-
To use the plugin you need to add a single-line text field to
|
|
27
|
+
To use the plugin you need to add a single-line text field to your model in DatoCMS and select _Commerce Layer SKU_ from the dropdown menu in the _Presentation_ tab:
|
|
28
28
|
|
|
29
29
|

|
|
30
30
|

|
package/package.json
CHANGED