Signed-off-by: Veith M. Bürgerhoff <veith.buergerhoff@gmail.com>
This commit is contained in:
Veith M. Bürgerhoff
2024-09-23 10:10:40 +02:00
parent 5b3d4b884f
commit 2ce049cce2
@@ -803,7 +803,7 @@ The `projectSlug` filter generates a project slug from a repository URL
## Custom Filters and Globals
You may with to extend the filters and globals with your own custom ones. For example `${{ myGlobal | myFilter | myOtherFilter }}` or `${{ myFunctionGlobal(1,2) | myFilter }}`.
You may wish to extend the filters and globals with your own custom ones. For example `${{ myGlobal | myFilter | myOtherFilter }}` or `${{ myFunctionGlobal(1,2) | myFilter }}`.
This can be achieved using the `additionalTemplateFilters` and `additionalTemplateGlobals` properties respectively.
These properties accept a `Record`