Map/Dictionary Widget
Open
area: extensions/widgets/list
type: feature
- Dominant language
- JavaScript
- Stars
- 19.4k
- Forks
- 3.1k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 9
Description
https://answers.netlify.com/t/map-dictionary-fields/5241 has problem faced and solution found.
I'm making a files collection for hugo configuration files, and to edit the taxonomies field requires users to be able to define keys and values, resulting in something like:
```toml
[taxonomies]
featured = "featured"
topic = "topics"
tag = "tags"
team = "team"
```
I originally thought the code widget would work, but it outputs only strings.
Contributor guide
Assessment
This issue has not been assessed yet.