Hello Anubha Not sure where you made that change exactly from your description, but if you want to make all images in a textImage mandatory for example, you go to the corresponding dialog (in this case dialogs/paragraphs/content/stkTextImage) and add required=true to tabImage. This will make the complete tab required. If you only want the image itself, you add a content node to stkTextImage/tabImage called image and therein you create the property required=true. Since it is a reference, it will be ultimately merged together and only make the images in stkTextImage required, not all others that also reference tabImage from generics. You can also create a new dialog by extending an existing one and - like in my previous example - adding required=true to the desired control. This can be helpful if you want to create a dialog specifically for one type of page only and assigning this special dialog to it.
HTH Natascha ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
