Is it possible to disable title edit for singleton modules? #2347
Answered
by
kallefrombosnia
stuartmcgill
asked this question in
Q&A
-
Is it possible to turn off the ability to edit the title for singleton modules? (I've added some back-end validation to the generated |
Beta Was this translation helpful? Give feedback.
Answered by
kallefrombosnia
Oct 18, 2023
Replies: 1 comment 2 replies
-
For the title, you can use 'editableTitle' => false in the controller's formData method. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
stuartmcgill
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For the title, you can use 'editableTitle' => false in the controller's formData method.