@karuna Please check the below URL if that helps:
https://taradevko.com/aem/aem-how-create-custom-project-tile/
https://github.com/otarsko/aem-custom-project-tile
@RashidJorvee I have done Contexthub POC following the below URL on AEM 6.5.10.0 recently and was successfully able to load personalized Content. Please check if you are missing something.
http://www.basef.com.br/index.php/Configuring_Contexthub_to_Segment_pages_with_Adobe_AEM#Enabling_ContextHub
Go...
@chandra_s_gupta The AEM server is Java-based and runs on most operating systems that support that platform (see Technical Requirements). All client interaction with AEM is done through a web browser. Please check the below screenshot for the supported OS.
References: https://experienceleague.ado...
Date and Time DataType in Content Fragment Model has three configurable dropdown options (Date & Time, Date & Time). If I select Time and then do any edit in another DataType in the same CFM, the Date and Time DataType dropdown values gets reset to the Date & Time option.
@Nandheswara Increasing the heap size would fix your issue, Generally your allocated heap does not exceed 50% of your total RAM.
https://aem4beginner.blogspot.com/set-jvm-max-min-heap-and-perm-size-of
I figured one way of achieving it, adding solutions that may help community members with similar use cases.
1. Overlay /libs/dam/cfm/admin/clientlibs/v2/authoring/contenteditor/editors/StyledTextEditor.js
2. Overwrite paraformat at line number 51 inside defaultCFMRTEConfig with the below changes:
"p...