Nicolas Peltier created SLING-7694:
--------------------------------------
Summary: pipe support for relative input paths
Key: SLING-7694
URL: https://issues.apache.org/jira/browse/SLING-7694
Project: Sling
Issue Type: Improvement
Components: Extensions
Affects Versions: pipes 2.0.2
Reporter: Nicolas Peltier
it happens that several pipes in a container need to have input processed
depending on the upper output.
In other words, we should be supporting
{{.echo("/content").echo("fruits")}} that should be the same as
{{.echo("/content/fruits")}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)