Metadata
Along with the standard list of keyword replacements you can also use the metadata keyword replacement to display a metadata field value for an asset.
The format of the keyword replacement is:
%asset_metadata_<fieldname>%
where <fieldname> is the name of the field in the Metadata Schema. For example, if the name of the field is Description, then the keyword replacement is:
%asset_metadata_Description%
The <fieldname> is case sensitive, so if the field starts with a lower case letter in the Metadata Schema, then the <fieldname> should start with a lower case letter. In other words, if the name of the field is description, then the keyword replacement is:
%asset_metadata_description%
You can also display the separate Key and Value values of a metadata Select field using the following keyword replacement format:
%asset_metadata_<fieldname>_key%
%asset_metadata_<fieldname>_value%
where <fieldname> is the name of the Select field in the Metadata Schema. For example, if the name of the Select field is course and you want to display the Value of the metadata field value, then the keyword replacement is:
%asset_metadata_course_value%
To reference the value of a Metadata Field within another field on the same asset, use the following keyword replacement:
%metadata_field_<fieldname>%
where <fieldname> is the name of the field on the Metadata Schema. For example, if you want to use the value of the image field on your Metadata Schema, the following keyword replacement would be used:
%metadata_field_image%