Hi, We have one requirement that we want to run aem scheduler in EST timezone but our AEM server is running in UTC timezone. So is there a way to schedule scheduler in EST timezone?
I did some testing and the issue happens on any kind of page, with any kind of content (or even without content), and with or without the site header and footer.However, the issue doesn't happen on experience fragments, template editing, layout editing, or other places... Only on author view, while ...
Hi, We are extending the AEM Social Sharing core component to implement Linkedin and Twitter links also. AEM Core component uses for OG Tags (og:title, og:url, og:description, og:image) for facebook implementation. We have different parameters appended to URL for each social site. In og:url we are ...
We have AEM project which was created with AEM architype 22 for AEM - React SPA.In static templates we can use iParsys for inheriting any components to its child pages and also can cancel inheritance in page level.As in newer AEM verison we are using Editable templates, and how do we achieve similar...
Hi, I have two parts to my question below.1) We have in Production an editable template with initial content and now there is a requirement to update a part of this initial content and we want it to reflect on all pages that were first created based on that template.I know that if I create a new ins...
Hello community!! We are updating instance AEM from 6.1 to 6.5To migrate content or DAM, we started with vault, but performance was not very good (1Gb/ 1h aprox). So, we try to use crx2oak and time was better, 1 Gb / 1 sg aprox, but new instance does not work, we have a lot of inconsistences. We ha...
Hello everyone. We are making migration for some part of content from one AEM to another (6.5.2 and 6.5.3). As part of content migration a lot of assets should be transferred as well and they are already uploaded and some published to Scene7. Just content packages are not an option - content size to...
Hello Guys, Does anyone know how I can include response grid inside angular component? It is possible in HTL. <sly data-sly-resource="${'responsiveContent' @ resourceType='wcm/foundation/components/responsivegrid'}"></sly> I tried following multiple articles but with no success. There are few articl...
Hi, I need to create custom version for Asset in which, on any check-in (modification) version should be updated like 1.0, 1.1, 1.2.......1.n. and on Publish it should change to 2.0, 3.0,4.0,.....,N.I'm using below event handler to handle the event on version change.Event Handler --> EventConstants....