WYSIWYG with TinyMCE is installed on my website. When I hide input format with FormFilter my WYSIWYG editor disappears :(
This is by design--it's how WYSIWYG works, it depends on the input format.
If you want to hide the filter, you can do so with CSS.
It is also suggested you just hide some of the input formats. It is described in #288863: Button toolbar visible only to admins when Formfilter is filtering fields (not the body tho). This feature could go to documentation and to avoid people to loose to much time to debug it.
Comments
Comment #1
nedjoThis is by design--it's how WYSIWYG works, it depends on the input format.
If you want to hide the filter, you can do so with CSS.
Comment #2
nardberjean commentedIt is also suggested you just hide some of the input formats. It is described in #288863: Button toolbar visible only to admins when Formfilter is filtering fields (not the body tho). This feature could go to documentation and to avoid people to loose to much time to debug it.