C Reimers

Results 34 comments of C Reimers

I can report that this still happening with `django-cms==3.7.1` and `django==1.11.29`. No `render_placeholder` placeholders in the sidebar on app hook sub pages. **EDIT** 🚨 I was wrong and the laugh...

+1 @ocombe Any good reasons why we can't remove `'ng'` from the deps list?

Thanks for the clarification. I have, however, forked the repo, removed `'ng'`, and am no longer running into the `$$animateJs is not a function` error described above. Up until now,...

I'm not entirely sure what you mean by > click source, go back, click source again. But here is what I've done: **1. Edit mode, but not edited yet** **2....

Hi. Yes, the problem is still there after updating. Here are some more screenshots: **1. Source code before saving:** **2. Source code after saving:** Hope that's what you meant!

**settings** ``` CKEDITOR_SETTINGS = { 'language': '{{ de }}', 'toolbar_CMS': [ ['Source'], ['Undo', 'Redo'], ['cmsplugins', '-', 'ShowBlocks'], ['Format', 'Styles'], '/', [ 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'Blockquote', 'CreateDiv', '-',...

If you're saying 'it looks like the problem I was describing', do you mean that you've come across this before? My client is getting a little impatient on this problem,...

You mean adding these two lines to `CKEDITOR_SETTINGS`? ``` 'stylesSet': 'default:/static/js/addons/ckeditor.wysiwyg.js', 'contentsCss': ['/static/css/base.css'], ```

For the `default:/static/js/addons/ckeditor.wysiwyg.js` I'm getting a 404. The styles seem to have an effect, but the image is still not recognized as a cmsplugin-filer-image instance.