-
Notifications
You must be signed in to change notification settings - Fork 36
[7418] Update tokenized prop name #4686
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
WalkthroughCentralized common field descriptors into a new Changes
Sequence Diagram(s)(omitted) Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (28)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (2)
🧰 Additional context used🧠 Learnings (8)📓 Common learnings📚 Learning: 2025-08-27T23:08:05.012ZApplied to files:
📚 Learning: 2025-10-22T17:00:22.544ZApplied to files:
📚 Learning: 2025-12-11T21:19:00.860ZApplied to files:
📚 Learning: 2025-10-16T16:09:27.232ZApplied to files:
📚 Learning: 2025-09-23T15:24:08.254ZApplied to files:
📚 Learning: 2025-12-11T21:18:51.227ZApplied to files:
📚 Learning: 2025-10-24T18:12:08.208ZApplied to files:
🧬 Code graph analysis (20)ui/app/src/components/ContentTypeManagement/descriptors/controls/checkbox.ts (1)
ui/app/src/components/ContentTypeManagement/descriptors/controls/nodeSelector.ts (1)
ui/app/src/components/ContentTypeManagement/descriptors/controls/input.ts (2)
ui/app/src/components/ContentTypeManagement/descriptors/controls/dropdown.ts (1)
ui/app/src/components/ContentTypeManagement/descriptors/controls/videoPicker.ts (1)
ui/app/src/components/ContentTypeManagement/descriptors/controls/pageNavOrder.ts (1)
ui/app/src/components/ContentTypeManagement/descriptors/controls/linkInput.ts (1)
ui/app/src/components/ContentTypeManagement/descriptors/controls/imagePicker.ts (1)
ui/app/src/components/ContentTypeManagement/descriptors/controls/checkboxGroup.ts (1)
ui/app/src/components/ContentTypeManagement/descriptors/controls/fileName.ts (1)
ui/app/src/components/ContentTypeManagement/descriptors/controls/linkTextarea.ts (1)
ui/app/src/components/ContentTypeManagement/descriptors/controls/transcodedVideoPicker.ts (1)
ui/app/src/components/ContentTypeManagement/descriptors/controls/dateTime.ts (2)
ui/app/src/components/ContentTypeManagement/descriptors/controls/awsFileUpload.ts (1)
ui/app/src/components/ContentTypeManagement/descriptors/controls/rte.ts (1)
ui/app/src/components/ContentTypeManagement/descriptors/controls/localeSelector.ts (1)
ui/app/src/components/ContentTypeManagement/descriptors/controls/disabled.ts (1)
ui/app/src/components/ContentTypeManagement/descriptors/controls/textarea.ts (2)
ui/app/src/components/ContentTypeManagement/descriptors/controls/linkedDropdown.ts (2)
ui/app/src/components/ContentTypeManagement/descriptors/controls/forceHttps.ts (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
🔇 Additional comments (27)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
rart
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we refactor tokenize and possible other common control props for reuse? Perhaps export them out of the common control props file?
…o 7418-tokenized # Conflicts: # ui/app/src/components/ContentTypeManagement/descriptors/controls/input.ts # ui/app/src/components/ContentTypeManagement/descriptors/controls/internalName.ts # ui/app/src/components/ContentTypeManagement/descriptors/controls/linkInput.ts # ui/app/src/components/ContentTypeManagement/descriptors/controls/numericInput.ts
Update to tokenized prop name in descriptors and in serializer. In legacy system the prop name is
tokenize, and when saving into html the property istokenized. Updated to match legacy.craftercms/craftercms#7418
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.