How to create custom theme dropdown plugin in aem richtext plugins.
I want to create custom theme dropdown plugin in aem richtext plugins. Which will have the two drop down i.e.,
1.Light background Themed
2.Dark background Themed
When i click on Light background Themed option it should wrap the text component with <span class = "hover-light">.
For example:
<span class="hover-light">
<p><a href="https://www.google.com">Some</a> text</p>
</span>