There is almost certainly a bug in the %asset_metadata_% keyword replacement as I’ve created an asset, applied a schema to it, filled out the metadata fields within the schema with the word ‘Test’ and no matter which way I try, the above keyword does not produce any text on the page.
In my schema, I have two fields: Title and Summary (‘title’ and ‘summary’ for the purposes of the keyword). In the asset listing, I’m doing this:
<ul>
<li>%asset_metadata_title%</li>
<li>%asset_metadata_summary%</li>
</ul>
… but nothing is being displayed. When I manually update these two metadata fields on the asset with the following, their values get printed:
- ‘A title for the strategy’ (in the ‘title’ field)
- ‘A description for the strategy’ (in the ‘summary’ field)
@Bart how do I go about logging a bug as that seems to be what this is. We’re on version 5.5.3.3.
Cheers.