There is now an "asset" field type you can use in your form_fields method on your models like so: $fields['image'] = array('type' => 'asset', 'folder' => 'images/my_folder', 'hide_options' => TRUE); The new "forms" section in the user guide shows some additional options. https://github.com/daylightstudio/FUEL-CMS-User-Guide-Module
Comments
$fields['image'] = array('type' => 'asset', 'folder' => 'images/my_folder', 'hide_options' => TRUE);
The new "forms" section in the user guide shows some additional options.
https://github.com/daylightstudio/FUEL-CMS-User-Guide-Module