I want to know how to provide the numbering for each tab, so that author can provide the number to the tab as per their requirement/preference/relevance.Requirement
In line 166 of all.js, there needs to be a check for the action attribute before it tries to get a string match of its value.This is the existing fragment of code in all.js, line 166: if (!(0 > c(".coral-Form.cq-dialog").attr("action").indexOf("sticky_menu"))) { which throws this (blocking) error: U...
Is possible to have multi site within a single project maven where they don't use the same core, apps and content folders ? For example in a same project maven I want to have a first site www.site1.com and second site www.site2.com and I want that the site1 has core, apps and content separate of the...
Is there a difference between "Layout container" , "Responsive grid" , and "Drag components here" area ?Or do they all refer to the same thing ?Thanks,
I have a predicate map that I am adding a orderby value to and sorting ascending on that field using orderby.sort.I need to sort ascending on that field, while also adding a "nulls last" sort so that any sortable values will be sorted ascending at the beginning of the list, while all items with a nu...
According to this https://jackrabbit.apache.org/api/2.8/org/apache/jackrabbit/commons/jackrabbit/user/AuthorizableQueryManager.html I've put JSON in my datasource to show me users from one group in the selectbox.This way, all works fine:{ "selector": "user", "scope": { "groupName": "test-approve...
Hi Team, In our system, error handling is done in via dispatcher as there are non AEM pages also in the website. Currently for 404 error,an error page is getting displayed. Now we have a requirement where on visiting a CUG page, and if user is not having access, a different error page should be disp...
I have a requirement where I want to populate the page title in the component dialog as a value. I know this can be done by writing dialog listener, Is there any other way to do this?
Hi All,We have built our project with AEM 6.2 - SP1 - CFP-20 couple of years ago. Now we want to stabilize existing server with any available Adobe Service/Feature packs. Could you provide any suggestions in identifying details to make our system stable ?And will there be any impact on the server, i...