Forum Discussion
4 Replies
Sort By
- dementad11 years agoGenius
You may be able to add it to the header "page" in Studio. See attached image. However, it depends on what you are trying to do in the header.
You may get better and more options if you tell us what you're trying to accomplish.
- ChiaraS11 years agoLithium Alumni (Retired)
Hi,
you should be able to include a custom component with the freemarker "include" directive:
<#include "my-custom-component.ftl" />
- PaoloT11 years agoLithium Alumni (Retired)
You should also be able to use the @component directive to render the component in place.
<@component id="foo-bar"/>
Hope that helps
- Gursimrat11 years agoLeaderWorked, thanks :)
Related Content
- 12 years ago
- 13 years ago
- 4 years ago