Skip to content

Commit f1af818

Browse files
authored
Merge pull request #674 from contentstack/feature/wordpress
Feature/wordpress
2 parents 29e92fb + 7bb9a55 commit f1af818

6 files changed

Lines changed: 208 additions & 132 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ ui/.env
357357
upload-api/sitecoreMigrationData
358358
upload-api/cmsMigrationData
359359
upload-api/extracted_files
360-
*.zip
361360
*copy*
362361
**/package-lock.json
363362
.qodo

.talismanrc

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
version: "1.0.0-beta"
2+
13
fileignoreconfig:
2-
- filename: .github/workflows/secrets-scan.yml
3-
ignore_detectors:
4-
- filecontent
5-
- filename: remove-broken-imports.js
6-
checksum: d9d3ca95b2f4df855c8811c73b5714e80b31e5e84b46affa0cb514dcfcc145bf
7-
version: "1.0"
4+
- filename: .github/workflows/secrets-scan.yml
5+
ignore_detectors:
6+
- filecontent
7+
- filename: remove-broken-imports.js
8+
checksum: d9d3ca95b2f4df855c8811c73b5714e80b31e5e84b46affa0cb514dcfcc145bf
9+
- filename: ui/package-lock.json
10+
checksum: dcb09583feb62c9000ea89fb380a562baa3c9dfac72bc8c68357c7bfd6374fe4

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2025 Contentstack
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

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)