michel53
(Micha Mueller)
1
Hi, I am struggling with the Element Type ‘Selection’ in my sitemap when the underlying item type itself is a string.
The Doc example says
Selection item=LR_TV_Channel label=“TV Channel” mappings=[0=“DasErste”, 1=“BBC One”, 2=“Cartoon Network”]your code goes here
This is for item=LR_TV_Channel label that is a number (0, 1, 2).
How do I add an item of string type and add 2 string selections?
sihui
(SiHui)
2
mappings=["String1"="DasErste", "String2"="BBC One", "String3"="Cartoon Network"]
michel53
(Micha Mueller)
3
Ah, okay, really that simple…
I will try and report back..
Hi,
Your string item’s metadata.. Add command options.
The options are available in sitemap and mainui
(without mapping, just
Selection item=yourItem)
Greets
michel53
(Micha Mueller)
5
That worked! Thanks for the help!