adobe / aem-core-wcm-components

Standardized components to build websites with AEM.
https://docs.adobe.com/content/help/en/experience-manager-core-components/using/introduction.html
Apache License 2.0
733 stars 740 forks source link

Allow configuration of RTE plugins for all components with RTE editors #2559

Open ky940819 opened 1 year ago

ky940819 commented 1 year ago

Feature Request

Is your feature request related to a problem? Please describe. When a non-text component contains an RTE dialog field, the RTE plugins can not be configured in the policy via the user interface. The <rtePlugins> section can be added to the policy manually, but this can not be edited or seen in the policy editor. This makes the rtePlugins hidden policy settings.

Describe the solution you'd like This can be resolved by taking the RTE plugins section of the Text component design dialog and including it on any design dialog for a component that contains a RTE editor (e.g. Teaser).

This should be a backwards compatible change because existing policies that do not have that section will continue to operate without change.