elsa-workflows / elsa-workflows/elsa-core

Liquid template functions

Open
#4,142 1 comment 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.