Closed (fixed)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
6.x-1.3
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Apr 2009 at 12:27 UTC
Updated:
5 Aug 2009 at 19:14 UTC
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.