elsa-workflows / elsa-workflows/elsa-core
Liquid template functions
Open
elsa 2
elsa 3
enhancement
triaged
- Dominant language
- C#
- Stars
- 7.9k
- Forks
- 1.5k
- Avg merge
- 15h 22m
- Merged PRs (30d)
- 114
Description
I want to add functions to liquid template like here https://github.com/sebastienros/fluid#functions.
Fluid allow to do it if functions are enabled during parser initialization.
`
var parser = new FluidParser(new FluidParserOptions { AllowFunctions = true });
`
Is it possible to add this configuration parameter to Elsa engine?
Contributor guide
Assessment
This issue has not been assessed yet.