gabric098
(Gabriele Antonini)
1
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
aleks
(Aleks Bochniak)
2
Try
%asset_metadata_subnav_lobby^context:PL%
gabric098
(Gabriele Antonini)
3
Hi Aleks,
Thanks for the response.
Unfortunately it doesn't work. It just keeps displaying the subnav_lobby content.
Gab
nnhubbard
(Nic Hubbard)
4
You are saying this is a text metadata field, or different type?
gabric098
(Gabriele Antonini)
5
Yes, it is a text metadata field with some value components.
Bart
(Bart Banda)
6
I don't believe there is a keyword to extract that value yet.
gabric098
(Gabriele Antonini)
7
Hi Bart,
thanks for confirming that.
Hopefully it will be implemented in the future.
Thanks,
Gab