Add an input to the Organization form where users can select the tags that apply to their Organization enabled by #229. This will be saved in a field of their `contractURI` like: ```json { "tags": "service,social,builders,dao,protocol,investment" } ```
Add an input to the Organization form where users can select the tags that apply to their Organization enabled by #229.
This will be saved in a field of their
contractURIlike:{ "tags": "service,social,builders,dao,protocol,investment" }