Active
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2011 at 15:27 UTC
Updated:
14 Oct 2011 at 17:21 UTC
Hi,
Is there a single ID that I can use to exclude CKEditor from being used for the body field of a content type both while creating a content instance, and when I edit that content instance. It seems that I have to use 2 different ID's, one for when creating the content, and anther for editing the content.
Thanks,
James
Comments
Comment #1
mkesicki commentedHi,
@james.haley91 you can use wildarcds like '*' and '?' .
From CKEditor profile configuration page:
Examples:
blog@*.edit-body - matches all fields of type "blog" called edit-body, on any page.
node/add/*.edit-user-* - matches fields starting with "edit-user-" on pages starting with "node/add/
Comment #2
charlie-s commentedThe only way I could get this to work was by adding a wildcard for the theme name. Using 6x-1.5. Here's my string for only showing CKEditor for content type "page" body field:
*:page@*.edit-body