drupal - How to set default input format for admin? -



drupal - How to set default input format for admin? -

does know, how set default input format admin?

i utilize tinymce. , when add together page, need "full html" input format (to add together image example). default "filtered html". can switch it, tinymce doesn't work then.

also don't want set "full html" default. want tinymce used admin.

thanks.

for drupal 6, utilize improve formats (http://drupal.org/project/better_formats) specify default format per role , whole lot of other options.

drupal drupal-6

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -