Hi All,
I have been looking over all the documentation for NetlifyCMS Widgets and I am a bit confused if what I want to do is possible or if I am just overlooking something.
I would like to have a file collection that allows a user to add a string from a string widget to a list widget and be able to save that data as frontmatter.
The contents of that list widget would be saved as a single file (collection)
I see a couple of examples in the KitchenSink but nothing that simply takes the contents of a simple string field (string widget) and adds it to an array of strings (list widget) and when the page is published the strings are appended to the existing list in the file collection.
Is this possible?