We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caeb8d3 commit 9c03c0aCopy full SHA for 9c03c0a
1 file changed
cep-0014.md
@@ -69,6 +69,7 @@ To benefit from autocompletion, and other LSP features in editors, we can add a
69
70
The context section is a dictionary with key-value pairs that can be used for string interpolation.
71
The right-hand side of the key-value pair is either a scalar (bool, number or string), or a list of scalars.
72
+If it is a list, all elements must have exactly the same type.
73
The resulting Jinja variable has the same type as the value.
74
75
The variables can reference other variables from the context section.
0 commit comments