Is it possible to do disable the text-formatting options in the Moodle "editor" input field?

Re: Is it possible to do disable the text-formatting options in the Moodle "editor" input field?

Mark Sharp發表於
Number of replies: 0
Core developers的相片 Particularly helpful Moodlers的相片 Plugin developers的相片
If I understand you right, it's only for this specific text editor that you want to limit the buttons that are visible.
The only way I see if for you to manage your own form. Do a search in the code for `->use_editor` and this will list where the atto editor has been customised. In the options you can specify which buttons are visible instead of the default.

An alternative, is to try to identify the css ids for the buttons on your particular page and see if you can hide them.

I wonder if it's really worth the effort though.