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

Jeanmaradiaga
Jeanmaradiaga
Online

Badges

Badges
16

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
19

Posts

Posts
49

Discussions

Discussions
8

Questions

Questions
41

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Jeanmaradiaga
Customize the badges you want to showcase on your profile
Re: [Cloud] Sitemap error - Adobe Experience Manager 20-07-2022
I would suggest first you should look at the logs and try to find what is causing the issue. Any exception or error may be due to configuration issue, special character issue etc. Logs will give you direction to find the root cause. If you dont see anything on logs then try to enable it on Debug mode.

Views

35

Like

1

Replies

0
Re: [Core Component] Embed - Adobe Experience Manager 18-04-2022
We are actually using option 2 at the moment, the only downside is that is still requires pushing code, we were hoping that we could find a solution where we can edit the styles right there on the page. I don't think overlaying the xss protection is a good idea as you mentioned, so I will discuss this with the team.Thanks

Views

99

Like

1

Replies

0
Re: [AEM Cloud] Editable HTML tables - Adobe Experience Manager 08-04-2022
Hi @Jeanmaradiaga,I would suggest to explore following options:OOTB RTE component with table plugin with table styles - this should be a combination of good authoring experience, and reasonable development/configuration effortOOTB embed component - this will allow authors to simply put plain html with table markupif above options are not good enough you could consider to create custom component that will allow to build all table types you need

Views

120

Likes

2

Replies

0
Re: 6.3 Authoring stopped working. - Adobe Experience Manager 16-02-2022
I couldn't find com.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImpl now, but I saw it before, it's stange. but now I can find Adobe Granite HTML Library Manager, set the value of property "JS Processor Default Configs" to "min:gcc;obfuscate=true", but this didn't work for me. However, I tried to add jsProcessor in CRXDE on this node "/libs/clientlibs/granite/richtext", it was resolved.

Views

258

Like

1

Replies

0
Re: [AEM 6.6] Default value on CF dropdown. - Adobe Experience Manager 12-01-2022
Hi @Jeanmaradiaga, I think this is not possible from UI, however because dropdown in CF is represented by granite/ui/components/coral/foundation/form/select, you can simply change emptyOption property value from true to false. Thanks to that your dropdown will initially show first option from list instead of empty one. Below you can see what result you can expect.

Views

148

Like

1

Replies

0
Re: Searching for accented characters - Add support for XPATH replace in JCR (Jackrabbit Oak) - Adobe Experience Manager 05-01-2022
I had faced a similar issue.I will explain what I did to overcome that.The requirement : There is a search bar, and in that user were using accented chars.The problem : same. jcr:like & fn:replace didn't work.What I did was, sent the search param as it is intp the backend (Java) through servlet, as I was building queries through a service there. Then I just encoded them in base64, and added the same in the query, as AEM keeps non-english chars in base64 encoded values.Then just decoded the resul...

Views

516

Like

1

Replies

0
Re: [AEM Cloud] The policies I've defined under wcm/policies are not applying. - Adobe Experience Manager 24-11-2021
Hi, You have defined the policy but you need to use this policy inside your template as well.for e.g. I am using teaser policy Policy defintaionhttps://github.com/arunpatidar02/aemaacs-aemlab/blob/9adb6f83726db2dd78a462428034207323f2290a/ui.content/src/main/content/jcr_root/conf/aemlab/settings/wcm/policies/.content.xml#L389 Used within the template https://github.com/arunpatidar02/aemaacs-aemlab/blob/9adb6f83726db2dd78a462428034207323f2290a/ui.content/src/main/content/jcr_root/conf/aemlab/setti...

Views

274

Likes

2

Replies

0
Re: [AEM 6.6] How can I edit a XF's policies? - Adobe Experience Manager 30-09-2021
Hi @Jeanmaradiaga , Go the Experience Fragment and Edit the template of the experience fragment and add your group (which contains your component).Make sure that you need to update the policy of layout container. Kr,Sanjay

Views

271

Likes

0

Replies

0
Re: AEM local user preference not updated (backend) - Adobe Experience Manager 25-09-2021
Hi @zaddm Can you put your logs in debug mode and check what error is coming in logs when your code try to add the property for replicated users? Regards,Arpit Varshney

Views

252

Like

1

Replies

0
Re: [AEM 6.6] How can I enable a new component group? - Adobe Experience Manager 21-09-2021
Amazing, that was it! In case someone stumbles upon this in the future, here are the steps I followed: Navigated to this page as suggested by @Rohit_Negi550 Selected my site and page type (content page in this case) and clicked edit (pencil icon)On the new window I was greeted by the following view:Here, I selected the third option, policy.On the allowed components tab (default) I scrolled down and found my new group to be unselected, so I selected it and then I hit "Done" above to save the chan...

Views

274

Like

1

Replies

0