Hi,You may implement a javax.servlet.Filter and Disable CQ Decoration on cq:includes or sling:includes, only in Publish mode, it is required in edit mode to edit the component.if (includeOptions != null && ((mode == null || WCMMode.DISABLED.equals(mode)))) { includeOptions.setDecoration...
Hi,After including the multiple components of the same type in a loop as suggested the above approach, those components are not reorder-able, is there some config which enables them to reoder like other components, using AEM6.3 with SP1.