Customization of AEM 6.2 Comments
Hi All,
As part of migrating a site from AEM 5.6 to 6.2, we need to customize the comments component. Please let me know if there is any sample project available on customizing the comments component.
Hi All,
As part of migrating a site from AEM 5.6 to 6.2, we need to customize the comments component. Please let me know if there is any sample project available on customizing the comments component.
JSP is no longer used for Communities components.
Instead, there is the social component framework (SCF) using Handlebars (HBS) components.
See Social Component Framework.
Of note, when extending or overlaying a component, it is possible to add properties to a modified dialog.
All properties set on a component can be accessed by referencing the property in the hbs template :
{{properties.<property_name>}}This AEM developer session, Aug 13, 2014, may be of help:
Social Component Framework in AEM 6
"The Social Component Framework (SCF) is available as a featurepack for CQ 5.6.1 and shipped with AEM 6.0. SCF provides a way to build web and mobile applications that use a hybrid of server rendering to allow search engine optimization of content along with client rendering to avoid page refreshes and provide rich in-page experiences. The same template is used for both client and server rendering, providing assurance that the experience is consistent independent of which rendering is used. Well-defined endpoints allow effective caching of pages, templates and json data, and provide clear extensibility patterns for customers to insert their own client and server logic. This session will cover how to use and extend SCF, and provide information on the documentation and cookbooks available. "
- JK
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.