Hi Arun,
by default first item will be opened , if author selects "single element expand" in styles tab in dialog.
otherwise, all items are collapsed. when you open several items, all will be in open.
Thanks,
sreeni
Hi All,
I am working on FAQ component which displays frequently asked questions as accordion items.
For this, I leveraged accordion rendering, js by having "html" similar to core wcm accordion.html.
One need I have is : by default all accordion items needs to be in collapsed state. On expanding...
There is a change in requirement , so this would be different. I would like to get node by itself when path is dam:Asset and in another scenario path would be parent folder path. I am trying the first part where path is dam:Asset not a folder.
I am trying below query
type=dam:Asset
path=/content/dam/iinvestor/qa
path.self=true
returning two results, why?
when I try below query
type=dam:Asset
path=/content/dam/iinvestor/qa
path.exact=true
No results at all
I am trying to get a dam:Asset by providing exact path in path valu...
Hi All,
I have below query to be executed in AEM Java.
Author authors a multifield component( consists fragment path , fragment tags) to pull multiple content fragments based on path , tags.
Here I have path1 with some tags, path2 with some different tags.
result: select (path1 matching any of au...
Hi
Following is setup of our aem environment
AEM Author -> AEM Publisher -> Dispatcher ->CDN -> userbrowser
user requests URL : https://company.com/content/siteone/page1.html
Issue:
JSP components have calls to "sling.getService()" to get data from backend sources.
Author always displaying da...
Hi All,
Does anyone implemented a column control using responsivegrid ? Could please share HTL/component code if possible.
What we have at present in our project is a column control using "parsys".
<div data-sly-resource="${@ path=par, resourceType='wcm/foundation/components/parsys'}"
...