Valid AD0-E121 Dumps shared by ExamDiscuss.com for Helping Passing AD0-E121 Exam! ExamDiscuss.com now offer the newest AD0-E121 exam dumps, the ExamDiscuss.com AD0-E121 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com AD0-E121 dumps with Test Engine here:
A developer plans to use the Text component on its pages. However the out of the box Text component does not allow authors to edit HTML source on the component. How should the developer support HTML source editing?
Correct Answer: D
To support HTML source editing in the Text component, the best approach is to extend the out-of-the-box (OOTB) Text component and enable the sourceedit RTE (Rich Text Editor) plugin: * Extend the OOTB Text Component: * Create a custom Text component that inherits from the OOTB Text component. * Enable the sourceedit RTE Plugin: * Modify the component's dialog definition to include the sourceedit plugin in the RTE configuration. * Ensure the plugin is properly configured to allow HTML source editing. References: * AEM documentation on extending core components. * Guides on configuring the RTE in AEM to enable additional plugins.