Display is the text the user will see when inserting tokens. Use this field to control how the text will be shown to the user
If the data provider returns a simple list of strings, each value can be referred by the variable 'value' in javascript expressions
Some examples. Let's assume the data provider resulted in the following json:
[
{"name": "Eddard Stark","id":"estark", "house":"Stark"},
{"name": "John Snow","id":"jsnow", "house":"Stark"},
{"name": "Tyrion Lannister","id":"tlannister", "house":"Lannister"},
...
]
Some valid examples: