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: 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: Where is the i18n translator UI for AEM Cloud? - Adobe Experience Manager 18-03-2021
Hi @TB3dock As per Adobe documentation, in AEM as a Cloud Service, any chnages to the i18n needs to be deployed as part of the code."I18n translation changes need to come from Git via the CI/CD pipeline." Even I too have also facing the same issue with Cloud Service and it gives me the same 403 error. This is basically not available for cloud users./apps and /libs are immutable at runtime so this has to be deployed by Git. Hope this helps!Thanks!

Views

1.4K

Likes

3

Replies

0
Re: How to Integrate one script to all pages of metadata - Adobe Experience Manager 18-03-2021
Hi @Mounikasri If you are trying to include some metadata HTL script across all the pages for any website, please overlay your page template (head.html) file where all the matadata for a page are defined.Now you can create another HTL file with the required HTL script and include the file in the path at the desired location, preferrably after the metatags.${page.title}${page.brandSlug ? ' | ' : ''}${page.brandSlug}<-- Your file/custom meta script should go here -->This will ensure all the pages ...

Views

336

Like

1

Replies

0
Re: Dispatcher doesn't cache - Adobe Experience Manager 18-03-2021
@Asutosh_Jena_, Thanks! I see the dispatcher takes the publisher as the first priority. It is supposed to get the local contents first, but it turns otherwise.Here is the log, where n_t.html is the file directly created in the cache folder: [Thu Mar 18 10:17:36 2021] [D] [40151(140249987221472)] Found farm farm1 for my-dev.nyu.edu[Thu Mar 18 10:17:36 2021] [W] [40151(140249987221472)] Unable to connect to 12.34.56.78:443: Connection refused[Thu Mar 18 10:17:36 2021] [W] [40151(140249987221472)] ...

Views

394

Likes

0

Replies

0
Re: How to put defer attribute to AEM js libraries - to a... - Adobe Experience Manager 18-03-2021
@ajeemaw - It seems like these are OOTB scripts. Can you verify what these scripts are doing ?Thanks,Nikhil Kumar

Views

749

Like

1

Replies

0
Re: Can we minify individual Client side Libraries - Adobe Experience Manager 18-03-2021
@JakeCham - Please refer this link https://helpx.adobe.com/in/experience-manager/kb/how-to-change-the-minification-engine-for-client-libraries-in-AEM.html

Views

410

Like

1

Replies

0
Re: How to discard content changes? - Adobe Experience Manager 17-03-2021
Undo option is not activated OOTB. Go to [1] and check the details to activate it. Once activated, you can undo any changes. [1] https://experienceleague.adobe.com/docs/experience-manager-65/administering/operations/config-undo.html?lang=en#default-configuration

Views

296

Likes

2

Replies

0
Re: AEM 6.5.6 + static templates: How do I extend a field... - Adobe Experience Manager 16-03-2021
Thanks for the clarification. Are you able to explain the results of my test? I would've expected it to work like in the tutorial.Thanks again

Views

419

Likes

0

Replies

0
Re: Can we download crxde for not commercial use - Adobe Experience Manager 16-03-2021
Hi @JakeCham You can raise a request to download the required product(need to select while raising the request) with non commercial license here:https://solutionpartners.adobe.com/home/news/2018/04/adobe_experience_man.htmlAdobe Solution Partners are eligible to receive Adobe Experience Manager downloads for non-production, not-for-resale uses. AEM 6.4 Downloads are available to all Partners in the Solution Partner Program.Hope this helps!Thanks!

Views

227

Like

1

Replies

0
Re: Caching at Component level in AEM - Adobe Experience Manager 15-03-2021
Hi @abhi-ecm If you are going for SDI please refer the below links which provides in detail explanation of how the implementation will be:https://experienceleague.adobe.com/docs/experience-manager-learn/foundation/development/set-up-sling-dynamic-include.html?lang=en#developmenthttps://sling.apache.org/documentation/bundles/dynamic-includes.htmlPlease note that if you have a CDN running infront of your ALB/dispatcher, you will need to disable the HTML content caching in the CDN to make sure the ...

Views

499

Likes

2

Replies

0