team-formalist / formalist-rb

Flexible form builder
MIT License
22 stars 4 forks source link

Support field types with multiple channels of data #10

Open timriley opened 8 years ago

timriley commented 8 years ago

When we build a rich content field, we're thinking that we'll need multiple channels to transmit its data, e.g.

This will let us have a really powerful WYSIWYG editor with arbitrarily complex embedded data, since that can go into the fields channel and doesn't have to be awkwardly jammed into HTML data attributes.

For this to work, we'll want to support fields that can map to more than one channel of data, not just a single value.