Skip to content

Commit 6f3fe59

Browse files
authored
Merge pull request #863 from contentstack/feature/aem-setup
Add aem option to CMS selection in XMLMigration
2 parents 4590803 + b59e89b commit 6f3fe59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fileUpdate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const typeSwitcher = async (type) => {
9696

9797
const XMLMigration = async () => {
9898
const typeOfcms = await cliux.inquire({
99-
choices: ['sitecore', 'contentful', 'wordpress'],
99+
choices: ['sitecore', 'contentful', 'wordpress', 'aem'],
100100
type: 'list',
101101
name: 'value',
102102
message: 'Choose the option to proceed with your legacy CMS:'

0 commit comments

Comments
 (0)