Show a 'page break' in Rich Text Editor
My client has a requirement to edit a letter using Rich Text Editor.
They want to be able to add or remove a page break from RTE (see attached).
We can do that using the HTML mode like:
<p style="page-break-after: always;"> </p>
But this does not meet the business requirement. They need to do that in RTE.
How can we accomplish this?