Skip to content
Merged

Dev #864

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fileUpdate.js
Original file line number Diff line number Diff line change
Expand Up @@ -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:'
Expand Down