This is an automated email from the ASF dual-hosted git repository.

npeltier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 00aadd4  fix a pipe binding configuration detail
     new d4bb60b  Merge branch 'master' of github.com:apache/sling-site
00aadd4 is described below

commit 00aadd4c9a511d096fd25035e6bb38d0e6929e76
Author: Nicolas Peltier <[email protected]>
AuthorDate: Wed Mar 31 12:42:27 2021 +0200

    fix a pipe binding configuration detail
---
 src/main/jbake/content/documentation/bundles/sling-pipes/bindings.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/src/main/jbake/content/documentation/bundles/sling-pipes/bindings.md 
b/src/main/jbake/content/documentation/bundles/sling-pipes/bindings.md
index f445cbb..ff1b7bf 100644
--- a/src/main/jbake/content/documentation/bundles/sling-pipes/bindings.md
+++ b/src/main/jbake/content/documentation/bundles/sling-pipes/bindings.md
@@ -8,7 +8,8 @@ in order to make things interesting, most of the configuration 
strings are expre
 strings, hence valid JEXL expressions reusing bindings (from configuration, or 
other pipes). 
 They work the same as JS expressions, except you can't add full JS files. 
 
-You can also set whatever scripting engine you want per pipe (including 
nashorn, rhino, groovy, ...)
+You can also set whatever scripting engine you want per pipe (including 
nashorn, rhino, groovy, ...) by setting, at the
+root pipe level, the property `engine` to the engine name (as it's registered) 
you wish.
 
 ## configuration expression
 

Reply via email to