I'm trying to create a custom edit interface for a specific block type in EPi7.
I need to create a "+" button which brings up a modal popup where you can add name/value pairs and then save them in the episerver database. I know I can extend the user interface with DOJO.
What kind of property can I use to save name/value pairs, like a dictionary, to the database?
Any recommendations on how to do this?