Skip to content

Commit b59e89b

Browse files
committed
Add aem option to CMS selection in XMLMigration
1 parent 4590803 commit b59e89b

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)