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

Aditya_Chabuku
Aditya_Chabuku
Online

Badges

Badges
17

Accepted Solutions

Accepted Solutions
13

Likes Received

Likes Received
44

Posts

Posts
32

Discussions

Discussions
10

Questions

Questions
22

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Aditya_Chabuku
Customize the badges you want to showcase on your profile
Re: Added Bootstrap but running "mvn clean install PautoInstallBundle" in ui.frontend resets my clientlibs in/apps. - Adobe Experience Manager 09-08-2022
Hi @sesmic , you need to add bootstrap5 as a category name, follow this article if it helps https://medium.com/adobetech/creating-a-bootstrap-carousel-from-core-components-8df7b2173d25 ~Aditya.Ch

Views

49

Like

1

Replies

0
Re: Bundle-SymbolicName header missing, cannot install bundle - Adobe Experience Manager 04-08-2022
Hi @kashyap691 , can you try this https://www.appeon.com/developers/get-help/knowledgebase/how-set-jboss-jdbc-connections.html . ~Aditya.Ch

Views

31

Likes

0

Replies

0
Re: AEM Workflows - Adobe Experience Manager 04-08-2022
Hi @PoovithaSelvaraj , Is this resolved & Have you got your solution.? If not, try to remove Replication permission for certain user groups for your required page, by that you will not allow any publishing workflow start/publishing for those certain pages. As I marked below. Hope this Helps, ~Aditya.Ch

Views

72

Like

1

Replies

0
Re: Nested Multifield using generator - Adobe Experience Manager 04-08-2022
Hi @palomacha1001 , I'm not sure how far AEM Component Generator helps for building Nested Multifield. I recommend following these simple steps from an article by my colleague @Kiran_Vedantam . https://allaembykiran.wordpress.com/2021/01/13/nested-multi-field/ Hope this Helps, ~Aditya.Ch

Views

70

Likes

2

Replies

0
Re: Some client libraries not loading after page component upgrade - Adobe Experience Manager 02-08-2022
Hi @JonMaguire , Try to add this to your Clientlibs. allowProxy Boolean true Hope this helps, Aditya.Ch

Views

59

Like

1

Replies

1
Re: Hiii All, Any Body worked on Dynamic updated data in CCVAR and Please provide real use case of CCVAR?? - Adobe Experience Manager 22-07-2022
Hi @SYEDSHAIK94 , please read this Document https://adobe-consulting-services.github.io/acs-aem-commons/features/contextual-content-variables/index.html

Views

24

Like

1

Replies

0
Re: Author customization of layout container grid size - Adobe Experience Manager 22-07-2022
HI @EV909 , what i understand is you are trying to have multiple layout containers with different grid sizes on the same page, for this you don't have to deal with it at the template level. You can allow Layout Container available in General on your Page & just author its grids size from Responsive Settings. Follow these steps given with screenshots for your reference. Step 1: Drag & Drop Layout Container component on your page. Step 2: Resize the Layout Container Component using the switch icon...

Views

68

Like

1

Replies

1
Re: Issue when adding Component clientlib as embed in clientlib base - Adobe Experience Manager 22-07-2022
Hi @Vani1012 , I understand you want to embed your custom clientlibs in clientlib-base, But by doing so you are unnecessarily increasing the load on base clientlibs and also it's not a good practice. However, to include your clientlibs as a dependency into the base at /ui.frontend/clientlib.config.js

Views

79

Likes

2

Replies

0
Re: Why import Metadata is failing. - Adobe Experience Manager 22-07-2022
Hi @akshaybhujbale , We didn't understand what is your question here. Can you please elaborate & give some context.

Views

69

Like

1

Replies

0
Re: AEMaaCS - Multifield with show/hide inside another multifield item is not working properly - Adobe Experience Manager 21-07-2022
Hi @ganeshbyale , I understand you are trying to show hide inner multifield in a nested multifield case. Here the code given by Arun will not work as it is looking for your element in the first level.Here is the approach you need to follow to update that JS.Step1: Try creating Nested Multifield like below ./>../> Step2: Now, Implement Mutationobserver like this var ourObserver = new MutationObserver(function() { }); ourObserver.observe(document.querySelector("#imagesecondMF"), {...

Views

51

Likes

2

Replies

1