I am using wildcard inclusion rules to add ckeditor to specific node creation / edit forms, so for example, the inclusion rule 'article@*.edit-body' will add ckeditor to the body field for my article node form, on both creation and edit pages. That works fine.

The problem I'm encountering only seems to affect content types with underscores in the machine name. So for my content type section_front, I added the inclusion rule 'section_front@*.edit-body'. But, on the creation form for this node type, I get no ckeditor, and the field is listed as 'section-front@node/add/section-front.edit-body'. On the edit form, the field is 'section_front@node/NID/edit.edit-body'.

Seems like ckeditor should handle underscores / hyphens in a more consistent way so I don't have to add extra rules to accommodate for this.

Comments

mkesicki’s picture

Hi,
have you tried last 6.x.1.3 version or latest dev ? Is your problem still exists in newest version ?

dczepierga’s picture

Status: Active » Closed (cannot reproduce)

Issue is not active over 1 month, we don't have more informations and cannot reproduce this so I closed this.

Greetings