0

I am using the Lemoon CMS, and the wysiwyg (tiny_mce) editor is stripping out my HTML5 tags on save. Any way around this? I could possibly inject the HTML on the server side of things, but that completely negates having a CMS in place for that page.

cardiac7
  • 491
  • 1
  • 9
  • 26

1 Answers1

0

Found a solution online here Simply need to modify the App_Data/Settings/tinymce-standard.js file to include the desired html5 elements in the "extended_valid_elements" variable.

cardiac7
  • 491
  • 1
  • 9
  • 26