I'm trying to set visibilty settings like the D6 version to exclude editor from certain fields. Where are these setting now?

Comments

dczepierga’s picture

It's not needed now, because CKeditor module use input formats. Now u can define your own input format in drupal and enable/disable editor for this type of field in profile.

dczepierga’s picture

Status: Active » Closed (works as designed)
chegor’s picture

but where can I find ID for excluding or including specific element like it was in D6?

kendouglass’s picture

This is not acceptable. We need the ability to exclude ckeditor on some fields. How can I do this? Your suggestion of using input formats will not accomplish this.

mkesicki’s picture

For now you can turn off ckeditor by using text/input formats.
You can also set #wysiwyg attribute for field to FALSE than CKEditor will not show on this field.