如何修改django-ckeditor内联样式?

时间:2014-11-26 02:24:56

标签: python django ckeditor django-ckeditor

使用django-ckeditor==4.4.6,如何覆盖内置的ckeditor styles.js文件,为默认对象样式添加一些边距,如下所示?

{
name: 'Styled image (left)',
element: 'img',
attributes: { 'class': 'left', 'margin-right': '1em' }
},

我不想直接修改核心styles.js文件,但我猜我可以使用Django的app模板继承/覆盖功能覆盖它?

或者我可以以某种方式输入包含上述样式声明的js插件吗?

0 个答案:

没有答案