We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
panels:
dashboards: foo: 1 - name: Lorem bar: 2 panels: baz: 3 - title: Ipsum type: jinja2 template: {{ dashboards.foo }} {{ dashboards.lorem.bar }} {{ panel.baz }}
Currently (as documented), from the above template, only panel.baz is available to jinja2.
panel.baz
For greater DRY it'd be great to be able to use variables from higher up in the YAML.
(My use case: reusing query components).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently (as documented), from the above template, only
panel.baz
is available to jinja2.For greater DRY it'd be great to be able to use variables from higher up in the YAML.
(My use case: reusing query components).
The text was updated successfully, but these errors were encountered: