Can't get CKEditor plugins to work in django

前端 未结 5 1819
后悔当初
后悔当初 2021-01-07 02:37

I am trying to get the CKEditor plugin, codesnippet, to work in the django admin but am unable to. CKEditor works if I don\'t define any CKEDIT_CONFIGS in my settings.py. It

5条回答
  •  难免孤独
    2021-01-07 03:17

    The actual cause is that plugin.js is not added by the CKEditor builder. I have no idea why that is, but each plugin's repository does have a plugin.js.

提交回复
热议问题