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

Shubham_borole
Shubham_borole
Offline

Badges

Badges
46

Accepted Solutions

Accepted Solutions
60

Likes Received

Likes Received
237

Posts

Posts
345

Discussions

Discussions
50

Questions

Questions
295

Ideas

Ideas
1

Blog Posts

Blog Posts
1
Top badges earned by Shubham_borole
Customize the badges you want to showcase on your profile
Re: Javascript of a component not being applied - Adobe Experience Manager 05-05-2022
Hi @fedeperez Do you have a set up where your js and css under "ui.frontend/src/main/webpack/components" are created under "/apps/project/clientlibs/uife(custom folder)/clientlib-carouselcomp"This is configured at 'clientlib.config.js' I think. See https://github.com/adobe/aem-guides-wknd/blob/main/ui.frontend/clientlib.config.js Just wanted to make sure this is working well. And if you have the clientlib generated under /apps then that clientlib category should be included in template that incl...

Views

117

Like

1

Replies

0
Re: AEM as a Cloud Service with Dynamic Media - Adobe Experience Manager Assets 03-05-2022
@TB3dock - Did you find a way to do this? I was going through https://experienceleague.adobe.com/docs/experience-manager-learn/assets/dynamic-media/dynamic-media-overview-feature-video-use.html?lang=en but don't see a documentation on connecting AEM as Cloud Service instance with Dynamic Media and generate desired renditions. Update: I found this - https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/assets/dynamicmedia/config-dm.html?lang=en but feel free to add more...

Views

82

Likes

0

Replies

0
Re: Services and Tagging - Adobe Experience Manager 23-04-2022
Hello @Dvaraka You could use a service to use https://developer.adobe.com/experience-manager/reference-materials/6-5/javadoc/index.html?com/day/cq/tagging/TagManager.html and pass desired tag id or path to get resources tagged with the tag.Below is an example from https://github.com/adobe/aem-core-wcm-components/blob/main/bundles/core/src/main/java/com/adobe/cq/wcm/core/components/internal/models/v1/ListImpl.java#L240 private void populateTagListItems() { listItems = new ArrayList<>(); String[] ...

Views

132

Like

1

Replies

1
Re: Sly logic mismatching - Adobe Experience Manager 19-04-2022
@JakeCham Have you tried Show content hereIf the condition is met, the content and div would be shown, if not nothing will show is what I understand.

Views

179

Like

1

Replies

1
Re: component renders only on page refresh - Adobe Experience Manager 31-03-2022
@Dolly Just curious about this. What type of component is this? Is it dynamic with some logic that it needs a refresh? In general, if click of ok without a refresh, a simpler component should render directly. Do you see a console error when ok is pressed?If it helps someone..We faced a similar issue in classic ui 6.5.10 where for a simple title component itself, without refresh the component won't render in classic and was throwing a 400 error. For a fix we had to overlay some file where the oot...

Views

94

Like

1

Replies

1
Re: PersistenceException and InvalidItemStateException: OakState0001 exception in AEM 6.5.10 - Adobe Experience Manager 31-03-2022
Hi @dominik_lackovi What you said makes sense that different sessions are trying to save to same node. Have you looked at https://helpx.adobe.com/in/experience-manager/kb/how-to-find-conflicts-when-getting-oakstate0001.html and https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/javax-jcr-invaliditemstateexception-oakstate0001-unresolved/m-p/281819 for relevant discussions? They seem to be concluding what we think is happening here. But the logs may help identifying what ot...

Views

208

Likes

3

Replies

0
Re: Challenges in terms of overlaying of /libs/cq/personalization/components/target/engine_cq.jsp - Adobe Experience Manager 30-03-2022
Have not looked in detail in local, but could there be a scope to see if we can extend a pertaining class and override the method ?

Views

84

Like

1

Replies

0
Re: Rename asset file names on upload - Adobe Experience Manager 25-02-2022
Update: Looks like this is the one that is used - /libs/cq/ui/widgets/source/widgets/html5/UploadDialog.js, will overlay that to /apps/cq/ui/widgets/source/widgets/html5/UploadDialog.js and try Thanks

Views

250

Like

1

Replies

0
Re: How to limit nested multifield in aem - Adobe Experience Manager 25-02-2022
@Tessa_learner1 I have not done this. But have to tried this approach in nested multiffield? https://blogs.perficient.com/2018/10/26/simple-multifield-max-item-validation-for-aem-6-4/ If you try adding validation=multifield-max-5 to the parent field and validation=child1-multifield-max-3 in the dialog and validate accordingly in the js Does that have any issue?We may have to update the js file according to the multifield dialog structure and then validate? Also visit https://experienceleaguecomm...

Views

157

Likes

3

Replies

0
Re: OOTB Image with text component - Adobe Experience Manager 25-02-2022
@Dolly Can you please take a look at https://www.aemcomponents.dev/?It seems Teaser component is available that provides Image, Pretitle, Title and Description. See if that can be used. You can overlay the component to apply other customizations. Other wise you can overlay the text component and add an image option to that.If you end up not using any of above, you can also explore this wknd component for a custom implementation

Views

144

Likes

5

Replies

0