I'm wondering if there's a way when browsing assets in Fuel if we can keep the list to the selected folder without showing the sub folder items?
For instance, I have
gallery
gallery/1
gallery/2
If I'm viewing gallery/2 it shows those images... awesome
but if I'm viewing gallery/ it shows the gallery/ images and the gallery/1 and gallery/2 images which can be very confusing. I couldn't find anything in the docs for making that adjustment.
Thanks
Comments
$fields['image'] = array('type' => 'asset', 'folder' => 'images/gallery/{id}', 'replace_values' => $values);