Topic: Suggestion - text only edit tag
Hi,
I'm currently evaluating SimpleCMS and wanted to suggest the ability to define an editable area where the user can only add plain text.
Example:
Assume the HTML source contains <div "class=edit-text">Foo</div>
This would allow the user to change it to <div "class=edit-text">Foo</div> but not <div "class=edit-text"><p>Foo</p></div>
Ideally, line breaks would be allowed when editing and converted to <br/>