Password Guard Plugin

Dear all,

I want to use the Password Guard Plugin (GitHub - Pechente/kirby-password-guard: Protect your frontend with a simple password) to password protect only specific pages of my kirby installation.

However, the default configuration is to protect the entire site.

To modify this, the documentation line reads:

‘pattern’ => ‘(:all)’, // Optional - The pattern to protect. By default, all pages are protected. Check the Kirby documentation for more information.

Could anyone give me an example on how I have to modify this line to only protect specific pages (example1, example2)?

Thank you so much and a happy new year to everyone!

These are router patterns. See here for how to set it

Thank you very much, much appreciated!!!