Hi there,
i have a site.yml with a field ‘footerSectionOneHeading’. Is it possible to use the inputtext of this field as a lable in another blueprint?
Something like this:
label: site.footerSectionOneHeading.value
greetings
Hi there,
i have a site.yml with a field ‘footerSectionOneHeading’. Is it possible to use the inputtext of this field as a lable in another blueprint?
Something like this:
label: site.footerSectionOneHeading.value
greetings
Yes, like this:
label: "{{ site.footerSectionOneHeading }}"
Many thanks, it works!
I tried that, but maybe i messed something up