Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit a5b7215

Browse files
Made changes in contenttypes module
1 parent e83a897 commit a5b7215

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Update configuration details at config/index.js
2626
password: '', // Account password
2727
source_stack: '' // Stack api_key
2828
access_token: '' // Stack access_token
29-
content_types_list:'', // For specify the specific contenttypes in array eg: ['product', 'category']
30-
assetsdelete: '' //Set Bollean value, Example: true or false
29+
content_types_list:'', //optional: For specify the specific contenttypes in array eg: ['product', 'category']
30+
assetsdelete: true //Set Bollean value, Example: true or false
3131
...
3232
}
3333
```

0 commit comments

Comments
 (0)