A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
We recently upgraded to CMS-12 and made some adjustments to the shell theme as we did in the past.
I thought I'd share these as they are tweaks that I would recommend for everyone.
All you need is to add theme-override.css and a module.config client resources entry.
module.config
theme-override.css
PreviewableText are the style used in on the Settings tab that are visable with a "change" link. They are nice to use for a property that you want the be visable, but discourage editing. We use them for a GUID that links to an external API, but the value was being cut off by the default CSS.
Thumbails are often 1:1 aspect ratio by generation on uploaded media files, but we have them pulled from YouTube thumbnails for our implementation of those video media via an implemation of IModelTransform. This CSS rule fixes display for that.
Personalized groups seem to be a rarely used feature, and look broken before expanding in the editor. These tweaks give nicer defaults to the display of them before and after expanding them.