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.
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.
I have looked forward to the new propertbag concept in CMS6. I have always wanted a store for different kind of data/settings that are not pages. One area I find troublesome is the language xml files. If you have more than one server you need to...
In a project I’m working on we are using Dynamic Content to display media parts like images, video’s, flash. Inside this Dynamic Content we are using a PropertyUrl to hold the selected media source. The problem is that when you get the popup with...
Two years ago Mari tipped me about a method to disable the popup that appear with the text “Do you want to navigate away from this page” if you do a postback in the edit part of a property. Today I needed that code and did some searching around....
Updated 20 may 2009: Was a bug in the method for ordinary properties. Have updated the link to the code. Added 2 lines in the OnLoad method: base.OnLoad(e); PropertyList.Visible = false; With some small modifications I was able to make my...
This is yet another admin plugin that helps manage the different page properties. My twist is the use of PageAdapter so that I don't have to make my own plugin, but can override the built in admin page for page types. As with all page/control...