i seen on publish file it have js file but why it not show text editor style. it's so hard for upload image in content.
how to fix it
JS file link in publish file
<script type="text/javascript" src="<?php echo osc_assets_url('js/tinymce/tinymce.min.js'); ?>"></script>
<script type="text/javascript">
tinyMCE.init({
selector: "textarea#s_description",
mode : "textareas",
width: "100%",
height: "440px",
language: "kh",
content_css : ["//fonts.googleapis.com/css?family=Open+Sans:300,600&subset=latin,latin-ext"],
content_style: ".mce-content-body {font-family:'Open Sans',Helvetica,Arial,sans-serif;font-size:13px;}",
theme_advanced_toolbar_align : "left",
theme_advanced_toolbar_location : "top",
plugins : [
"advlist autolink lists link image charmap preview anchor",
"searchreplace visualblocks code fullscreen",
"insertdatetime media table contextmenu paste"
],
entity_encoding : "raw",
theme_advanced_buttons1_add : "forecolorpicker,fontsizeselect",
theme_advanced_buttons2_add: "media",
theme_advanced_buttons3: "",
theme_advanced_disable : "styleselect,anchor",
relative_urls : false,
remove_script_host : false,
convert_urls : false
});
</script>