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