I'm working on an app for which I need to have a configurable account in the Configurations panel. It needs to be similar to the global account but with additional fields.
Ex. fields = ['accountName','accountPassword','field3','field4']
I want to have a table which shows all the existing accounts and an option to add new accounts.
If anyone has worked on a similar problem before, could you please help?
Thanks!