Page MetaTypes in Composite C1: How to display in the template?

58 Views Asked by At

In my template I have an h1 I need to have in a specific place in the template. I've added a page metatype and that makes sense:

enter image description here

I can't figure out how to output the value. Seems like it should be extremely easy.

I'm using XML templates and here is where the data lives (I believe):

[1]: https://i.stack.imgur.com/gD

1

There are 1 best solutions below

0
Pratik Shukla On

You can do that using anyt kind of Function here in example XSLT function is used. So you have to create function and add it to your xml template

Hope this will help.