Hello at first - i'm completly new to pw and coming from modx evolution.
My first try to include an old but good theme from modx into pw was successfull - i was very impressed.
Now i'm going to personalize the backend: I love codemirror for ckeditor - i installed the new ckeditor-module, activated the new module in the desired field, and if click on "Source" i'll get my real HTML-Code in an Codemirror-view. But if i click on save the ckeditor makes from this code
<div class="container-fluid">
in the frontend Sourcecode this
<div class="container-fluid">
What's wrong with my editor?!