adobe / aem-core-email-components

Apache License 2.0
13 stars 11 forks source link

Explore how CF Editor can be extended #28

Closed stein-rockware closed 2 years ago

VjekoSulentic commented 2 years ago

CF RTE editor options are hard-coded in /libs/dam/cfm/admin/clientlibs/v2/authoring/contenteditor/editors/StyledTextEditor.js

We can either:

  1. overlay these options or
  2. create the logic for loading the plugin in our codebase, adding it to the Dam.CFM.StyledTextEditor

and also add the category "dam.cfm.authoring.contenteditor.v2" to the plugin.

Some relevant discussions and articles: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/configuring-rte-plugin-for-content-fragment-editor/m-p/230868 http://experience-aem.blogspot.com/2021/06/aem-cloud-service-content-fragment-rte-plugin-dynamic-variables.html https://experience-aem.blogspot.com/2018/12/aem-6420-content-fragment-editor-add-font-size-color-background-rte-plugin.html