Skip to content

Commit 24ac285

Browse files
authored
Merge pull request #510 from contentstack/feature/workflow
workflow changes
2 parents 0bf604e + 56e3deb commit 24ac285

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

upload-api/migration-contentful/config/index.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"fileName": "en-us.json"
77

88

9+
910

1011
}

upload-api/migration-sitecore/constants/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,11 @@ const MIGRATION_DATA_CONFIG = {
3939
GLOBAL_FIELDS_DIR_NAME : "global_fields",
4040
GLOBAL_FIELDS_FILE: "globalfields",
4141
GLOBAL_FIELDS_FILE_NAME : "globalfields.json",
42-
4342
EXPORT_INFO_FILE: "export-info.json"
4443
}
4544

4645

47-
46+
4847
module.exports = {
4948
MIGRATION_DATA_CONFIG
5049
};

upload-api/migration-wordpress/config/index.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@
4747
"fileName": "en-us.json",
4848
"masterfile": "posts.json"
4949

50-
51-
5250
}
5351
}
5452
}

0 commit comments

Comments
 (0)