Hi!
I've installed tntsearch and would like to protect the /search page requiring the user to login before he can make any search.
I'm using the learn2 skeleton witch already uses the login plugin.
Already tried adding this to the tntsearch.html.twig partial:
---
access:
site.login: true
---
And also tried adding this to the tntsearch.yaml file:
access:
site.login: true
None of them worked.