This commit is contained in:
Jonathan Shook
2023-02-24 12:53:59 -06:00
parent f6ecff3386
commit a2ec4c3afc

View File

@@ -17,7 +17,7 @@ Everything here happens **during** activity initialization, before the activity
cycles:
1. *Template Variable Expansion* - If there are template variables, such as
`TEMPLATE(name,defaultval)` or `<<name:defaultval>>`, then these are expanded
`TEMPLATE(name,defaultval)` or `<<name:defaultval>>`, then these are expanded
according to their defaults and any overrides provided in the activity params. This is a macro
substitution only, so the values are simply interposed into the character stream of the document.
2. *Jsonnet Evaluation* - If the source file was in jsonnet format (the extension was `.jsonnet`)