Hi
I have a blueprint with content template. I want to use this template directly with other macro.
So - maybe I’m doing sth wrong, because I don’t see this template in global template and blueprint list in configuration.
Below is my config:
<content-template key="bp-template" i18n-name-key="my.blueprint.title">
<resource name="template" type="download" location="/templates/template-body.xml" />
</content-template>
<ac:layout>
<ac:layout-section ac:type="single">
<ac:layout-cell>
<h2><at:var at:name="spaceHomepageHeading"/></h2>
<p>
<ac:macro ac:name="children">
<ac:parameter ac:name="page"></ac:parameter>
<ac:parameter ac:name="all">true</ac:parameter>
</ac:macro>
</p>
</ac:layout-cell>
</ac:layout-section>
</ac:layout>
Do you have any idea what I am doing wrong?