Skip to content

Instantly share code, notes, and snippets.

@sashabeep
Last active May 24, 2022 09:30
Show Gist options
  • Save sashabeep/3816d9685dd0b7975d704438468ded6d to your computer and use it in GitHub Desktop.
Save sashabeep/3816d9685dd0b7975d704438468ded6d to your computer and use it in GitHub Desktop.
tinymce custom params
language: 'ru',
'menubar': false,
toolbar: [
'undo redo | cut copy paste | searchreplace | bold italic underline strikethrough forecolor | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent blockquote',
'link unlink anchor image media codesample table | hr removeformat | subscript superscript charmap | nonbreaking | visualchars visualblocks print preview fullscreen code formatselect',
],
plugins: [ 'advlist', 'autolink', 'lists', 'link', 'image', 'charmap', 'print', 'preview', 'hr', 'anchor', 'pagebreak', 'searchreplace', 'wordcount', 'visualblocks', 'visualchars', 'code', 'fullscreen', 'spellchecker', 'insertdatetime', 'media', 'nonbreaking', 'save', 'table', 'contextmenu', 'directionality', 'emoticons', 'template', 'paste', 'textcolor', 'codesample', 'colorpicker', 'textpattern', 'imagetools', 'paste', 'modxlink', 'youtube', 'textcolor' ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment