Hi,I am adding some custom metadata to the assets editor and I have the following scenario:Lets say we have a dropdown field, and we configured their options this way:opt 1text: Human Resourcesvalue: HRopt2text: Information Technologyvalue: ITWith this conf, when selecting a value it will store the ...
I was able to allow multiselection on dropdown for metadata schema.In order to do that I need to do the following:Overlay the /libs/dam/gui/content/metadataschemaeditor/schemadetails/jcr:content/body/content/items/step/items/content/items/formbuilderI needed to do that because it has a property form...
One thing I noticed, it is when we update the field on the metadata editor, it removes the property we added on the CRXDE lite.So, as far as I can see, we can add on the CRXDE Lite, but if the schema is edited the property added will be removed.
Hi,We need to have a dropdown with multi selection on metada schema.The dropdown one we have on the schema editor it only allows the one for single selection.I know the widget for coral ui we can set that. I tried editing the node on crxde lite and set the property multiple to false, and it rendered...
Hi,We are defining our tagging structure and we have some questions about how the search would work.Lets say we have the following structure:ParentChildleaf1leaf2Anothernewold Now lets say we search for leaf1, it will retrieve only assets tagged with leaf1.If we search for Child, it will retrieve as...
Hi, @edubey and @Kautuk,Thanks for your references.For AEM 6.1 I saw the login page comes from here:/libs/granite/core/components/loginThe problem I see is that the login.jsp hardcode the path to the design it uses on the page in the lines below:<style type="text/css"> <% HtmlLibraryManager htmlMgr ...
Hi,Is it possible to set a Dropdown on Assets Metadata Schema as required?In the interface where we build the Form there is no option to set a dropdown field as required.Is there any way to do that without code?Thanks