blob: 4eed0103d302c3ed85eb32e5f8c2034b48d66f73 [file] [log] [blame]
{
"jcr:primaryType":"nt:unstructured",
"jcr:description":"returns fruit list under /content/fruits",
"sling:resourceType":"slingPipes/container",
"conf":{
"jcr:primaryType":"sling:OrderedFolder",
"list": {
"jcr:primaryType":"nt:unstructured",
"jcr:description":"returns fruit list under /content/fruits",
"sling:resourceType":"slingPipes/children",
"path":"/content/fruits",
"expr":"nt:base"
},
"echo": {
"sling:resourceType":"slingPipes/base",
"path":"${name.list == 'apple' ? path.apple : unexistingVariable.length()}"
}
}
}