It's indeed possible to customize the component browser; however, there are no specifics out of the box hooks provided like for the asset finder.Component cards are rendered by the script /libs/cq/gui/components/authoring/componentbrowser/component/component.jsp. So if you want to change the renderi...
Oliver,The cq:dialog defined in the sample actually hides the "Advanced" tab and "More titles and description" from the Create Page View. If you want to achieve the same for the Create Page View, then simply use the property cq:hideOnEdit instead of cq:showOnCreate. By default, all elements are show...
Hi Oliver,I just tried it on my 6.1 instance and it seems to work. Please make sure you're accessing the pages under /content/demos where the page override is defined:- http://localhost:4502/libs/wcm/core/content/sites/createpagewizard.html/content/demos (for the Create Page view)- http://localhost:...
Hi,Actually, allowedParents and allowedChildren are meant to be used on Templates only; to achieve those kind of restrictions on Component level, we should leverage the design mode instead.Regards,Christian.