Hello,
Is it possible to add some kind of page property dependencies in EPiServer CMS 5?
If a page type has 2 properties, MainImage and MainImageAltText, I would like MainImageAltText to be required only if MainImage is filled.
Any ideas?
Hi Mattias!
Read the following post for some information on how this can be done:
http://www.episerver.com/en/EPiServer_Knowledge_Center/Developer-Forum2/EPiServer-Developer-Forums-/EPiServer-CMS-version-5/13703/
It's also possible to couple two properties with one user interface with the new property model although this is a bit more complex. The trick is to have one property without a user interface and the other one displaying the user interface for both of the properties.