Hi guys,
I want to develop a plugin to change the Kibana UI 7.1.1 (eg: .global-nav background color
), and I would like to know the best aproach to do that. My plugin must "save" the changed styles.
Example:
- Plugin Page should have a form with options, like navbar colors, Kibana Icon...
- When the user complete the fields, my plugin should change the original files of kibana to replace the values.
This is a good approach?
(I've create my Kibana Dev Environment)
Thanks!!