Pennebaker / craftcms-thearchitect

CraftCMS plugin to generate content models from JSON data.
MIT License
171 stars 9 forks source link

Update User fieldtype to import sources from json #18

Closed Emkaytoo closed 7 years ago

Emkaytoo commented 7 years ago

Right now the Sources attribute in the Users fieldType would need to be imported and then configured manually. We should be able to import a configured users field in the same way that we can do it for Assets and Entries fields, using an array of handles.

The Users field currently has the sources in the model object, but it's not configuring.