Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

webdev91
webdev91
Online

Badges

Badges
14

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
12

Posts

Posts
22

Discussions

Discussions
6

Questions

Questions
16

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by webdev91
Customize the badges you want to showcase on your profile
Generate sitemap.xml in 6.5.10 - Adobe Experience Manager 17-08-2022
Hello, We are using service pack 6.5.10, and we want to generate a sitemap.xml. Whatever documents I have read so far all talk about the AEMaaCS approach or OSGi config that comes with 6.5.11 or later version. I haven't found anything about the lower versions. Also, we recently migrated our existing site to AEM. So, we already have a sitemap.xml file from the previous codebase. Is it possible to upload it somewhere in AEM and utilize it? Thank you!

Views

73

Likes

0

Replies

3
Re: apps/components folder structure - Adobe Experience Manager 15-08-2022
Hi @arunpatidar I also thought of putting core components inside the core folder but I created the below folder structure. I hope that's ok. /apps//components/content /apps//components/core /apps//components/structure I will further categorize components inside the content folder based on their nature. Thank you!

Views

79

Like

1

Replies

1
Re: apps/components folder structure - Adobe Experience Manager 15-08-2022
Hi @Jagadeesh_Prakash, Sorry for the confusion but I am not looking for the overall folder structure. I am only looking for the folder structure under the components folder especially when you have a lot of components (both core and custom) then how do you manage the folder structure for the components?

Views

94

Like

1

Replies

0
apps/components folder structure - Adobe Experience Manager 14-08-2022
Hello, I just wanted to check if there is any guide on the folder structure for the components. I have researched a bit and found out about the /content and /structure folder. I am not sure if it's old school or still applies nowadays. Additionally, when we create a project using the maven archetype, by default it puts all the core proxy components directly under the components folder. Now, if you're working on a project from the scratch and expecting to add many custom components, is it a good ...

Views

125

Likes

0

Replies

7
Re: Configure Schedule Publish in Content Approval Workflow - Adobe Experience Manager 05-08-2022
Hi @Ganthimathi Thanks for your quick response. Would you please provide the complete code for the second step?

Views

42

Likes

0

Replies

0
Configure Schedule Publish in Content Approval Workflow - Adobe Experience Manager 03-08-2022
We have a simple content approval workflow where authors can trigger the workflow once done with the changes. Now approvers group gets the notification and they can go and approve the content and complete the workflow that publishes the pages right away. We got the requirement from the approvers that they want to have an option to schedule the publication. So basically, what they are looking for is that they can complete/approve the workflow but don't want to publish the pages right away. They w...

Views

85

Likes

0

Replies

2
Re: Disable Rendition so that core image component can use the direct path of the DAM in src - Adobe Experience Manager 14-06-2022
Hi @shaileshbassi This seems like a possible solution for us as I can set this up for a particular project and not for the entire instance. I am totally new to the AEM so would you please tell me where can I find OOTB Launcher and OOTB "Dam Update Asset"? If it's ok for you, would you please list down the steps to achieve the above?Thank you in advance.

Views

61

Likes

0

Replies

1
Disable Rendition so that core image component can use the direct path of the DAM in src - Adobe Experience Manager 13-06-2022
We are not using renditions and have no plan of using them. Is there a way to configure the image core component or disable renditions so that when it tries to get the src of the image, it can use the direct path from the dam instead of the rendition path?

Views

92

Likes

0

Replies

4
Re: Images are not loading in publish instance - Adobe Experience Manager 07-06-2022
Hi @sunil_kumar_ This is what I found in folder config.publish > org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl.cfg.json. This came with the maven archetype only. We didn't add it. { "resource.resolver.mapping": [ "/content/careers/

Views

171

Like

1

Replies

0
Images are not loading in publish instance - Adobe Experience Manager 06-06-2022
I have published all the content including DAM to my local publish instance but for some reason, the images are not loading in publish instance with the core image component. I see all other contents though. Also, I have noticed that src has been manipulated. I see the correct path in the data-asset="/content/dam/projectname/others/ranch.jpg" of div.cmp-image. The manipulated image src looks like this src="/language-masters/en/projectname/life/history/_jcr_content/root/container/container/contai...

Views

224

Like

1

Replies

5