Using ACE syntax highligher for Flask-Admin field override Using ACE syntax highligher for Flask-Admin field override flask flask

Using ACE syntax highligher for Flask-Admin field override


I don't see where you are actually using the ACETextAreaWidget. In the linked code they put it in what is ControlAdmin in the code above. You might just need to add these lines to ControlAdmin:

form_overrides = {    'body': ACETextAreaWidget}