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?

per Mark Sharp,
Number of replies: 0
Avatar Core developers Avatar Particularly helpful Moodlers Avatar 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.