'info' per template in pages section

It’d be nice to be able to set the ‘info’ option on a pages section per template.

Something like:

info:
  thistemplate: '{{ page.blah }}'
  thisothertemplate: '{{ page.bloh }}'

That is totally possible via a custom page method.

1 Like

I see, of course, you mean conditionally outputting info text depending on the page template, correct ?

Thanks

That’s what I meant.