Howdy,
I’m testing out the new file module in my default sandbox environment and I’m not getting any results with the {size} variable mentioned here.
Here’s the code:
<ul>
{exp:file:entries
directory_id="1"
disable="categories|pagination"
limit="5"
}
<li><a href="http://{file_url}">{title} - {size}</a></li>
{/exp:file:entries}
</ul>Any ideas? Thanks!