getgrav / grav-premium-issues

Official Grav Premium Issues repository to report problems or ask questions regarding the Premium products offered.
https://getgrav.org/premium
7 stars 2 forks source link

[typhoon] Notice for specific page #335

Closed Sogl closed 1 year ago

Sogl commented 1 year ago

According to documentation I can put notice only for main or on every page: https://getgrav.org/premium/typhoon/docs#notices

But how put it for specific page?

rhukster commented 1 year ago

I've added support for this for the next version. Summary of important changes:

in typhoon.yaml:

CleanShot 2023-02-03 at 15 27 20@2x

You can see that only_homepage has been replaced by a route, then in partials/notices.html.twig:

CleanShot 2023-02-03 at 15 29 11@2x

The only check has been made more dynamic by check that still has support for the old only_homepage for backwards compatibility.