CityWebConsultants / Iris

Modular content management and web application framework built with Node.js and MongoDB
http://irisjs.org
Other
9 stars 7 forks source link

Support jsonform form element in entity fields #159

Closed FilipNest closed 8 years ago

FilipNest commented 8 years ago

In hook_entity_field_fieldType_form__ etc you should be able to either make data just the field schema part (put in to stop this being a breaking change) or split it into a data.form and data.schema. Key and ordering of fields is done automatically. Fieldsets are not supported as yet.