Florian CAVASIN
Florian CAVASIN
Ok I get it for the `alias_menu` option, but what I don't understand, is why do I need to make a complete menu builder for that case ? I don't...
Yeah I'll try to find a way to do what I want.. Looking for the 'cookie' way for fast dev. Going later on Menu builder if I'm satisfied There is...
Sadly there is no way to get the `Request` with `KnpMenuEvent`.. Trying to work around a `voter` with [KnpMenu/Matcher](https://github.com/KnpLabs/KnpMenu/blob/master/doc/05-Matcher.md#available-voters) . Code looks like that today : ```php public static function...
@kevinpapst Did it .... So, if you have to display a breadcrumb with a link that doesn't require parameters you can add an item into the KnpMenuBuilderSubscriber with a display...
Also, the breadcrumb words with KNP are not using the `trans` filter from twig template in your [knp-breadcrumb.html.twig](https://github.com/kevinpapst/AdminLTEBundle/blob/ef9b9bec1ffcc47ab8cde30e705c08e82262fd53/Resources/views/Breadcrumb/knp-breadcrumb.html.twig#L12) `{{ item.label }}` Must be : `{{ item.label | trans }}`
This allows us to select the week from a single choosen date. 
Same problem here, any update on that @MadSpindel ?
If denotation char is `${`. Init Quill mention with text that contain only denotation chars will not works. input with `{$user}` will print a text with `{$user}`. But if I...
Quick fix ! I'll try that next week, thanks! ------------------------ > however when select is non default tool I found some ieeus Never though the problem was coming from that....
Here is what I've done to allow the user to only create one shape.  Custom it as you want. ```js const map = new L.Map("my_map"); const drawnItems = new...