Summary:
Can no longer access certain field definition extra attribute
Detailed Description:
Hi there,
For some reason, I can no longer access an extra variable from the Select File
Field definition eg. dir:
Example:
Alias: photo
Extra:
dir[/images/playerheads];allow[pdf,gif,png,jpeg,jpg];exclude_prefix[thumb_,foo_]
In summary template:
{$item->fields.photo.dir}
No longer return '/images/playerheads' but instead shows '1'
Is there a new way to retrieve this?
Just to note, this was not a fresh install, but a module upgrade from
ModuleGenerator
Cheers