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

Asutosh_Jena_
Asutosh_Jena_
Online

Badges

Badges
44

Accepted Solutions

Accepted Solutions
341

Likes Received

Likes Received
1183

Posts

Posts
1139

Discussions

Discussions
182

Questions

Questions
957

Ideas

Ideas
1

Blog Posts

Blog Posts
0
Top badges earned by Asutosh_Jena_
Customize the badges you want to showcase on your profile
Re: Ability to hide Publish to AEM option - Adobe Experience Manager 19-03-2021
Hi @mikeetiuPH Can you please add some more context to this?Are you trying to hide the below options when your author instance does not have a publish instance attached to it? Quick Publish Manage Publication Publish Page Unpublish Page Publish Later Unpublish Later and so on..

Views

511

Likes

0

Replies

0
Re: How to get a color mode of Image - Adobe Experience Manager 19-03-2021
Hi @khamat_bn Please refer the below 2 links for this.https://commons.apache.org/proper/commons-imaging/apidocs/org/apache/commons/imaging/ImageInfo.htmlhttps://experienceleague.adobe.com/docs/experience-manager-65/assets/administer/metadata-schemas.html?lang=en#add-a-metadata-schema-form Hope this helps!

Views

302

Like

1

Replies

1
Re: Hi All, I was trying to call js on dialog ready with... - Adobe Experience Manager 19-03-2021
Hi @ajaylabade If you want to define styling and behavior for your component, you can create a dedicated client library that defines your custom CSS/LESS and JS.To have your client library loaded solely for your component dialog (i.e. it will not be loaded for another component) you need to set the property extraClientlibs of your dialog to the category name of the client library you have just created. This is advisable if your client library is quite big and/or your field is specific to that di...

Views

1.1K

Likes

3

Replies

0
Re: Setting meta properties in a page dynamically based o... - Adobe Experience Manager 19-03-2021
Hi @RejithaRaj Can you please provide more context on the different parameter with use case. Just want to make sure we understand the requirement completely before we suggest or think of anything.Also as you mentioned it is going to be dynamic component and the metadata will change based on different parameter at server side, the page will not be cached at the dispatcher. Thanks!

Views

261

Like

1

Replies

0
Re: move up/down in multifield with image not working pro... - Adobe Experience Manager 19-03-2021
Hi @Nithyasri_K I just tried the same and it works for me. I am able to move the image path as well. Can you please try with the below code for image block only and see if it works? granite/ui/components/foundation/form/fileupload is currently not supported on AEM 6.4 version. This works perfectly fine from 6.5 onwards.Please go with pathfiled/pagefield resourceType and that will resolve the issue.Hope this helps!

Views

423

Like

1

Replies

5
Re: Locked & Unlocked Components - Adobe Experience Manager 19-03-2021
Hi @sai_santhosht50 As per editable template policy, once a component that already contains content is unlocked, this content will be moved to the initial branch and the editable property is set to true.Initial content is something which will be shown on a page upon a page creation. So you should unlock the component to make it reflect on the page. The complete article is nicely written here:https://experienceleague.adobe.com/docs/experience-manager-65/developing/platform/templates/page-template...

Views

405

Like

1

Replies

0
Re: AEM extend Commerce -> Products -> Create Folder dial... - Adobe Experience Manager 19-03-2021
Hi @RobertBailey1 You should be able to make changes to these on the below path:/libs/commerce/gui/content/products Please review and overlay as requried. Hope this helps!

Views

232

Like

1

Replies

0
Re: How to extend existing HTL components such as global... - Adobe Experience Manager 19-03-2021
Hi @csaini Please refer the below link to know more about how to extend the existing HTL components with SPA. https://experienceleague.adobe.com/docs/experience-manager-learn/spa-react-tutorial/extend-component.html?lang=en#prerequisites Following this link you should be able to create custom components:https://experienceleague.adobe.com/docs/experience-manager-learn/spa-react-tutorial/custom-component.html?lang=en Hope this helps!Thanks!

Views

274

Likes

0

Replies

2
Re: Changing links into a RTE before print in HTML don't... - Adobe Experience Manager 19-03-2021
Hi @jonimarrero95 When you say that the links are not externalized in the publish, do you mean that you are using anykind of URL shortening and expecting the short URL with domain name such as www.abc.com/anything.html in place of /content/abc/en_us/anything.html ? Does it externalize other URLs that you have on the website?You can call the externalLink method from Externalizer interface and it will externalize the URL.externalizer.externalLink(resourceResolver, externalizerName, currentPagePath...

Views

254

Like

1

Replies

1
Re: Configuration missing on Live Copy tab of page proper... - Adobe Experience Manager 19-03-2021
Hi @salamswapnil All the properties are inherited from the OOTB path below:/libs/wcm/foundation/components/basicpage/v1/basicpage/tabs/livecopy/items/column/items/configurationPlease see if anyone has overridden the path and the configuration node might have been removed from the /apps path so it's not showing on the page. Once you add it back it, you should be able to see the configuration tab on all the pages. Here is a link for more info about live copy: https://experienceleague.adobe.com/doc...

Views

782

Like

1

Replies

1