Is there a way to disable the write-in checkbox in the question field. So users do not have the option to select the checkbox while creating a new node?

Thank you very much for your help.

Comments

fruitsalad created an issue. See original summary.

tripper54’s picture

Category: Support request » Feature request

No, there are no permissions that are as granular as that out of the box, I'm afraid.

You could implement this in a custom module via hook_form_alter and some custom permissions.

Also, patches to this module are most welcome!