I have export of js , which is part of node_modules/ui-foundation-star
I used below statement in main.ts to import specific js function
import {scopecomponent} from '@ui-foundation-star/scope'
scopecomponent('project-name');
This works fine in my local. but on gitlab pipeline above import stat...
Hi,
I am looking to create dummy resource with a resourceType (text), valuemap properties and not to create any real jcr data/nodes.
In sightly html get the dummy resource using "data-sly-resource" tag and render it.
Thanks for all the help.
Usecase: retrieve content fragments elements and h...
I am seeing below warnings while aem 6.5.13 start up and pages go blank after several hours use. I would restart AEM, and pages work fine.
thing is, I could not see any errors in project, error log files.
Warning: Nashorn engine is planned to be removed from a future JDK release
06.10.2022 09:12...
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...
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'}"
...
I do have json files to be served from scene7. front end team using https://lottiefiles.com/ to covert these json files to gifs.
I know how to serve image files using scene7 but not sure how would json files will be served.
Can anyone help? In a usual images scenario, I would be doing https://imag...