I would like to use my visibility settings for FCK this way :
exclude :
(some pages on the frontend, for example this one) contact
admin/*
I want to use "admin/*" because most of the admin pages I don't want a fckeditor.
Since you can add a lot of modules to your site, it is easier to set everything excluded and only include the few pages where you indeed want the fckeditor. So basically I would like to have a negative operator (for example "!" or "NOT") so I can combine exclude and include.
I hope my explanation is clear enough :)
Comments
Comment #1
Jorrit commentedThe filter syntax is already getting quite complex. Couldn't you just set the inclusion mode to include and enter all paths that you want the editor on?
Comment #2
Jorrit commentedClosed because of lack of response.