Skip to content

Commit 0d46f6f

Browse files
Add 'wordpress' option to CMS selection prompt
1 parent b12962f commit 0d46f6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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'],
99+
choices: ['sitecore', 'contentful', 'wordpress'],
100100
type: 'list',
101101
name: 'value',
102102
message: 'Choose the option to proceed with your legacy CMS:'

0 commit comments

Comments
 (0)