TinyMCE editor removes header and css information from pages

Thanks @markh. Unfortunately some of the pages we would like to allow users to modify are complex HTML documents, so providing them a WYSIWYG interface is almost a must.

For users to be able to update pages, they need to be capable of

  • uploading new content (images,videos, documents)
  • modifying some page HTML

To do that in MODX, my understanding is that they will need to connect to the manager dashboard with higher (but still limited) permissions than read-only users. Therefore, I granted them a slightly modified Content Editor role and enabled TinyMCE. As we saw, this has issues and limitations.

So I guess the more general question (and I should probably create a separate post for this) is:

What solutions do MODX administrators use to create user-updatable websites/CMS’s?

Thanks,

Massimo