maxime-rainville / silverstripe-anyfield

A Silverstripe CMS field that can be used to manage any relation.
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Allow data to be multivalue of input text #33

Open vinstah opened 8 months ago

vinstah commented 8 months ago

I would like to be able to input data as a key-value pair that isn't part of any DataObject already stored in the database

an example would be:

This has similarities to multivaluefield but we can store it in JSON to keep with current input map