Support turning on Redux DevTools support
Describe the problem feature solves Debugging state problems with custom components/views via Redux DevTools.
Describe the solution you'd like
Add a flag to AdminBroOptions to enable debug mode that turns on debugging facilities of any libraries admin-bro uses, in backend or frontend. Support for Redux DevTools would be great for custom component development, but also some more verbose stdout logging for the backend would be great!
Describe alternatives you've considered None.
Acceptance criteria Redux DevTools functional when feature enabled 👍🏻
It should work as described in the documentation of Redux DevTools. Currently we're working on migration to Eventrix, so this issue won't be adequate.