datocms-plugin-commercelayer 2.0.2 → 2.0.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 +3 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,9 +12,7 @@ Now you can access the application's base endpoint, cliend ID, and client secret
|
|
|
12
12
|
|
|
13
13
|

|
|
14
14
|
|
|
15
|
-
> **BACKWORD COMPATIBILITY** — Please note that if you are upgrading from a previous version (older than `v2.0.0`) you neeed to change your plugin settings to use an
|
|
16
|
-
|
|
17
|
-
Go in your Commerce Layer dashboard > Organization > Integration and create a new `datocms` application. It should look something like this:
|
|
15
|
+
> **BACKWORD COMPATIBILITY** — Please note that if you are upgrading from a previous version (older than `v2.0.0`) you neeed 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.
|
|
18
16
|
|
|
19
17
|
## Plugin configuration (DatoCMS)
|
|
20
18
|
|
|
@@ -26,13 +24,13 @@ You can either hook this plugin manually to your single-line fields, or specify
|
|
|
26
24
|
|
|
27
25
|
## Usage
|
|
28
26
|
|
|
29
|
-
To use the plugin you need to add a single-line field to you model in DatoCMS and select _Commerce Layer SKU_ from the dropdown menu in the _Presentation tab_:
|
|
27
|
+
To use the plugin you need to add a single-line text field to you model in DatoCMS and select _Commerce Layer SKU_ from the dropdown menu in the _Presentation tab_:
|
|
30
28
|
|
|
31
29
|

|
|
32
30
|

|
|
33
31
|

|
|
34
32
|
|
|
35
|
-
Now you can browse your Commerce Layer organization SKUs, search and select them from the UI. You can also create and add new SKUs by clicking the button that redirects to Commerce Layer admin
|
|
33
|
+
Now you can browse your Commerce Layer organization SKUs, search and select them from the UI. You can also create and add new SKUs by clicking the button that redirects to Commerce Layer admin dashboard:
|
|
36
34
|
|
|
37
35
|

|
|
38
36
|

|
package/package.json
CHANGED