From b59e89b942649aa24832639e2b55fd39a5bf6abd Mon Sep 17 00:00:00 2001 From: umeshmore45 Date: Tue, 25 Nov 2025 12:33:52 +0530 Subject: [PATCH] Add aem option to CMS selection in XMLMigration --- fileUpdate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fileUpdate.js b/fileUpdate.js index baddf8cc..7b26be4e 100644 --- a/fileUpdate.js +++ b/fileUpdate.js @@ -96,7 +96,7 @@ const typeSwitcher = async (type) => { const XMLMigration = async () => { const typeOfcms = await cliux.inquire({ - choices: ['sitecore', 'contentful', 'wordpress'], + choices: ['sitecore', 'contentful', 'wordpress', 'aem'], type: 'list', name: 'value', message: 'Choose the option to proceed with your legacy CMS:'