Skip to content

Instantly share code, notes, and snippets.

@alasvant
Created December 22, 2018 19:54
Show Gist options
  • Save alasvant/4f6042a097725db546ed78883e7cf08b to your computer and use it in GitHub Desktop.
Save alasvant/4f6042a097725db546ed78883e7cf08b to your computer and use it in GitHub Desktop.
Sample TinyMCE editor custom styles localization in Episerver.
<?xml version="1.0" encoding="utf-8" ?>
<languages>
<language name="English" id="en">
<tinymce>
<editorstyles>
<title-paragraph-styles>Paragraph styles</title-paragraph-styles>
<title-introduction>Introduction</title-introduction>
<title-ingress>Ingress</title-ingress>
</editorstyles>
</tinymce>
</language>
</languages>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment