Hello,
I created a metadata schema with a text input (subnav_lobby). In this field I created some value components (EN, DE, PL) that I use for translation.
I applied this schema to an asset (#288355) and I put some values on it.
Now I would like to display these values using keyword replacement but there's no way I can access to them.
I've tried:
%globals_asset_metadata_subnav_lobby:288355%
This just display the value of the subnav_lobby field (no value components)
%globals_asset_metadata_subnav_lobby_PL:288355%
It doesn't work
%globals_asset_metadata_PL:288355%
(Quite obviously) doesn't work
Is there any way to access these properties using keyword replacement?
Thanks,
Gab