This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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