Open
Description
Story
As a User
I want to add an arbitrary number of key/values to any object
So I can describe nodes meaningfully
Acceptance Criteria
Given a node
exists within map
When I click on a node
And I click Add Key/Value
And input new text for both Key and Value
And click Save
Then I see the new Key/Value is persisted.