Nesting perch:template and rescope?

  • Hi,


    The template setup below works, until I try to use rescope="parent"


    Code
    1. <perch:blocks>
    2. <perch:block type="Image" label="Image">
    3. <perch:template path="path/to/template.html">
    4. </perch:block>
    5. </perch:blocks>


    template.html also includes a perch:template



    When I add rescope="parent" , the nested perch:template doesn't work properly...


    Code
    1. <perch:blocks>
    2. <perch:block type="Image" label="Image">
    3. <perch:template path="path/to/template.html" rescope="parent">
    4. </perch:block>
    5. </perch:blocks>


    • In this example the template.html is an image
    • The template fields appear in the CMS, but when I press save, there's no output?
    • When I look in the source, I can see the template HTML is being output, but it's missing the image path


    Perch Runway: 3.1.3