mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 05:29:42 -06:00
14 lines
294 B
YAML
14 lines
294 B
YAML
include:
|
|
- features.yaml # make sure we avoid recusion!
|
|
|
|
# variables that can be used in expressions
|
|
vars:
|
|
stack: something
|
|
deep: 1
|
|
valA: value from included.yaml
|
|
|
|
flags:
|
|
- name: featureFromIncludedFile
|
|
description: an inlcuded file
|
|
expression: invalid expression string here
|