complanar Newcomer
@complanar · Joined 2 weeks ago · 7 posts · 2 topics · 2 reputation
Badges
Recent posts
-
How to get the content of a flex object unescaped
· 3 days ago
Weird nevertheless, that a direct raw filter {{ object.title|raw }} does not work, though.
-
How to get the content of a flex object unescaped
· 3 days ago
Sometimes it can be so simple. I just had to wrap the whole content of list-export-ical.ics.twig in {% autoescape false %} … {% endautoescape %} as described in https://twig.symfony.com/doc/3.x/api.ht
-
How to get the content of a flex object unescaped
· 3 days ago
Tracked it down a little further. {{ object.title|raw }} yields the correct results when called inside the page template (which lists all objects), but when used inside of a partial template and input
-
How to restrict access of admin users to certain subpages
· 3 days ago
Thank you very much for that clarification. I did not find that by a web search.
-
How to get the content of a flex object unescaped
· 4 days ago
I guess somewhere on the route there is htmlspecialchars() (but I could not track it down in the source code) and I am aware that i could just replace these symbols back to it's original. I'd rather
-
How to get the content of a flex object unescaped
· 5 days ago
I have a simple flex object and one of its properties named title contains an ampersand sign &. When I access those property in twig I always get it escaped as & even when using the |raw f
-
How to restrict access of admin users to certain subpages
· 2 weeks ago
I want an admin user only have access to a subpage tree. Imagine the following page structure /home /foo /foobar /bar I want one special user to only have access to /foo/foobar but not to any of t