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

Commit e83a897

Browse files
Made changes in contenttypes module
1 parent 3c6ffe4 commit e83a897

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ module.exports = {
99
password: '',
1010
source_stack: '', // Stack API KEY
1111
access_token: '', // Stack ACCESS TOKEN
12-
content_types_list: [], //Content_type_list is the key to specify the specific contenttypes, Example: ['landing', 'header', 'product', 'category']
13-
assetsdelete: true, //Bollean value, Example: true or false
12+
content_types_list: '', //optional: Content_type_list is the key to specify the specific contenttypes, Example: ['landing', 'header', 'product', 'category']
13+
assetsdelete: true, //Default set :true Example: true or false
1414
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "contentstack-bulk-delete",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Contentstack's Bulk Delete Utility allows you to perform bulk delete operations. That means, that it is possible to delete all content types or a specific content type(s), and all assets in just one operation.",
55
"homepage": "",
66
"author": {

0 commit comments

Comments
 (0)