Error init editor in template page edit

This commit is contained in:
RemiZOffAlex
2020-02-24 04:41:39 +03:00
parent dc46c5f02d
commit eabf534e46

View File

@@ -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>