Error init editor in template page edit
This commit is contained in:
@@ -74,9 +74,7 @@ var app = new Vue({
|
||||
}
|
||||
},
|
||||
mounted: function () {
|
||||
CKEDITOR.replace( 'body', {
|
||||
customConfig: '/static/js/ckeditor-conf.js'
|
||||
} );
|
||||
{{ editor.tinymce('body') }}
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user