November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi, Petter,
My guess is it doesn't work for built-in properties. The workaround is to implement IValidate interface for the specific page type and to do your share of checking. Not sure if this is good enough for you.
BR,
Marija
Seems you are right.
The IValidate workaround worked. Thanks!
Would be nice to be able to get the property to show up on the required page when creating a new one. Will add a bug for this.
Been trying to make the "Expire date" property (stoppublish) required for a specific page type (or all of them for that matter)
Found this nice blog post from Kalle and ended up with code looking like this:
This works for the "TeaserText" property that I have defined myself on the CalendarPage but the built-in "iversionable_stoppublish" gets ignored.
So is there some magic that I'm missing when working with the built-in properties?