Skip to content

Commit

Permalink
[DOCS] - Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rtunazzz authored Aug 19, 2021
1 parent 31fc58c commit 510ba6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Each site in the config file is expected to have the following structure:

```js
"name_of_the_site": { // this will then be the required query parameter for the /atc and /wishlist routes
"run_script": false, // whether or not the default form handler should be overwritten with a different script
"run_script": true, // whether or not the default form handler should be overwritten with a different script, specified by the script_name below
"script_name": "site.js", // name of the script to execute
"atc_supported": true, // whether or not Adding to Cart is supported
"wishlist_supported": true, // whether or not Adding to Wishlist is supported
Expand Down

0 comments on commit 510ba6a

Please sign in to comment.