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

mkesicki’s picture

Hi,
@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/

charlie-s’s picture

The 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