You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -197,7 +197,7 @@ Header and Footer currently have a support to variables (Only 1 actualy)
197
197
198
198
### Dynamic variables
199
199
200
-
Variables are defined using double curly braces (`{{ }}`) and correspond to fields in the Magento GraphQL product output. For example, `{{sku}}` will be replaced with the product's SKU.
200
+
Variables are defined using double curly braces (`{{ }}`) and correspond to fields in the Adobe Commerce GraphQL product output. For example, `{{sku}}` will be replaced with the product's SKU.
201
201
202
202
##### Additonal parameters
203
203
@@ -281,9 +281,9 @@ Regenerate Feed - will trigger the event “generate.feed” for a particular fe
281
281
282
282
Action will be invoked when `feed.generate` event added.
283
283
284
-
*`getGqlSchema` - retrieve graphql schema from target magento app.
284
+
*`getGqlSchema` - retrieve graphql schema from target Adobe Commerce.
285
285
286
-
*`getAllStores` - get all Magento stores by API
286
+
*`getAllStores` - get all Adobe Commerce Stores by API
287
287
288
288
*`generateByCron` - trigger feed generation by OpenWisk alarms.
289
289
@@ -310,7 +310,7 @@ Action is running every 30 minutes and checking by feed settings if it have to b
310
310
* Feed Item: Big text field to have XML | JSON there with feed item body
311
311
* Feed Header
312
312
* Feed Footer
313
-
* Store View - select with list of available store views on Magento (websites also have to be there, but it is not possible to select them)
313
+
* Store View - select with list of available store views on Adobe Commerce (websites also have to be there, but it is not possible to select them)
314
314
315
315
After saving the form, it saved into key/value storage and user have to be redirected to dashboard. Success message have to be shown there.
0 commit comments