DAM control stores the source and location of the image using two properties. Source is stored in a property named after the DAM control content node. Yours is 'image' so it creates an 'image' property under the paragraph. Value is 'dms' for DMS images and 'upload' for uploaded images. Location is stored in a node named '<control name>Binary' for uploaded images and '<control name>DmsUUID' for DMS images. In your case the node is named 'imageDmsUUID'. Value is a path or UUID.
The interface looks strange because radio button labels are missing. The system is trying to read the labels from a message bundle but can't find a match for the keys (binary.damSelectorLabel, dmsUUI.damSelectorLabel). Add a i18nBasename data node in the control definition and set value to info.magnolia.module.templatingkit.messages to read the labels from STK message bundle (if you are using STK). http://svn.magnolia.info/view/community/modules/standard-templating-kit/tags/standard-templating-kit-1.4.5/magnolia-module-standard-templating-kit/src/main/resources/info/magnolia/module/templatingkit/messages_en.properties http://documentation.magnolia-cms.com/technical-guide/i18n.html --Antti -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=35c62a29-777c-4787-93c9-5215b7823acd ---------------------------------------------------------------- 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]> ----------------------------------------------------------------
