You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor UID handling and improve error messaging in components
- Updated UID processing logic in AEM and Sitecore services to ensure correct field mapping.
- Enhanced error handling in AdvanceProperties component to provide user feedback for validation regex input.
- Cleaned up unnecessary comments and improved code readability in ContentMapper and LegacyCms components.
- Added default value for affix in file validation to streamline user experience.
- Updated legacy CMS description for clarity and improved user guidance.
Copy file name to clipboardExpand all lines: ui/src/cmsData/legacyCms.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -284,7 +284,7 @@
284
284
"uid": "cs6c761d71844ac800"
285
285
},
286
286
"title": "Add Source Affix",
287
-
"description": "Add a 2–5 character affix for the source name. Use only letters, no numbers or special characters",
287
+
"description": "Add a 2–5 letter-only affix for the source name. The affix will function as a prefix if the content type UID matches with <a href=\"https://www.contentstack.com/docs/developers/create-content-types/restricted-keywords-for-uids\" target=\"_blank\">restricted UIDs</a>. The affix will function as a suffix for field UIDs. If left blank, \"cs\" will be used by default. Avoid numbers, special characters, and restricted keywords",
288
288
"step_lock_text": "Editing this step is currently disabled. To make changes in Draft mode, please deactivate the migration",
0 commit comments