Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support key/value variables #48

Merged
merged 3 commits into from
Mar 11, 2021
Merged

Conversation

retzkek
Copy link
Contributor

@retzkek retzkek commented Mar 11, 2021

If the objects contain both __text and __value fields then they
will be used (the __text field will be displayed, the __value field will be
used in substitutions). Otherwise the values of all fields will be appended to
the variable value list.

Fixes #46

retzkek added 3 commits March 9, 2021 16:29
If __text and __value fields are found, use them, otherwise append all
values.
@retzkek retzkek merged commit 05a5ace into fifemon:master Mar 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for key/value Query Variables
1 participant