Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anhtuank7c/6807e3a67463aff826cd to your computer and use it in GitHub Desktop.
Save anhtuank7c/6807e3a67463aff826cd to your computer and use it in GitHub Desktop.
tinymce.init({
forced_root_block: false,
relative_urls: false,
mode: "exact",
elements: "content",
theme: "modern",
height: 300,
plugins: ["advlist autolink link image lists charmap preview hr anchor pagebreak", "searchreplace wordcount visualblocks visualchars insertdatetime media nonbreaking", "table contextmenu directionality emoticons paste textcolor responsivefilemanager fullscreen"],
toolbar1: "undo redo | bold italic underline | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | styleselect",
toolbar2: "| responsivefilemanager | link unlink anchor | image media | forecolor backcolor | fullscreen preview code ",
image_advtab: true,
language: "ja_JP",
external_filemanager_path: "/filemanager/",
filemanager_access_key: "asdasdasoi23123",
filemanager_title: "Responsive Filemanager",
external_plugins: {
"filemanager": "/filemanager/plugin.min.js"
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment