Dylan_Baldini
Dylan_Baldini
The 1st part of your example is really an issue, the `{% block baz %}` doesn't work. But the `{{ block('baz') }} `function works correctly on my side.
There is no indication about 'filters that operates on string' in the documentation about apply, there is neither a list to reference them globally. That's the reasoning behind my listing...
I understand your point. In this case, I think that in the apply documentation, it should simply be stated that because we're processing a block of text, only string-based filters...
@stof I've modified the documentation accordingly to indicate that the "apply" tag can only be applied to filters that return a string.
I understand. Would you like me to reduce the examples, just indicating the route and the function name? Example : ``` #[Route('/exemple/{$donneesProduit}')] public function afficherProduit(string $donneesProduit): Response { // ......
Hi ! @OskarStark . I'd like to know whether I should keep the original proposal or make some changes to the examples, as indicated in my previous message.