Closed (fixed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Nov 2011 at 18:17 UTC
Updated:
10 Nov 2011 at 14:32 UTC
Hi,
I want to hide CKEditor on views editing pages generally but by now I can just hide it when I define every single field. When I define the path in visibilty settings like admin/build/views/edit/* or admin/build/views/* and set "exclude" the editor will still be visible. Do I miss something?
Best,
Tobias
Comments
Comment #1
mkesicki commentedDid you run update.php (Drupal script) and clear Drupal cache after upgrade to latest version of CKEditor module ? Did you add
admin/build/views/*to Global or other CKEditor profile ? Please update to 6.x-1.8 version of CKEditor module.EDIT:
try use this
admin/build/views*without '/*' at endComment #2
tobiberlinThank you... I updated the module, run update.php and set the excluding path to admin/build/views* - now it works!
Comment #3
agileadamChanging admin/build/views/* to admin/build/views* solved the same issue for me. Should the maintainer(s) change the option in the module's defaults?
Comment #4
mkesicki commentedI commited fix to GIT.