Is it possible to extend the rich-text editor to add and other HTML5 elements?
Can the items in the Section Type drop-down list be added to perhaps?
Cheers
Edit
Thanks for the input, I opted for an approach that leveraged the Format Area stylesheet by adding a new style in p.Blockquote {}, we then look for <p class="Blockquote"> and replace it with actual <blockquote> tags via our application. Simples!
Neil,
The file TcmXHTML.Config contains a list of HTML 5 tags that the RTE will support. You can add tags to this list, but do it at your own risk.
I know you can customize the Styles drop-down (using FormatArea.css) but not sure about the Section Type.