Hubert LECORCHE
Hubert LECORCHE
Hello, When the `framework.assets.version` option is used (https://symfony.com/doc/current/reference/configuration/framework.html#version), resources are not loaded (bad urls) Eg with `framework.assets.version = myversion` : /bundles/fmelfinder/js/?myversion/elfinder.min.js
Hello, I found a strange behavior with all Twig versions. ```twig {{ block('block1', 'theme.html.twig') }}` {# theme.html.twig #} {% extends 'base.html.twig' %} {%- block block2 -%} BLOCK2THEME/ {%- endblock -%}...
I suggest to add composer.json file (https://getcomposer.org) with `component` type
Is there a way to cancel actions (open / close) in callback events ? - beforeopen (cancel open) - onopen (cancel open) - onclose (cancel close)
Hello, Since #192 (fix #191), the return type for `ParameterBagInterface::get()` works with dependency injection but not with `ServiceSubscriberInterface` : ```php namespace App\Issue; use Psr\Container\ContainerInterface; use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface; use Symfony\Contracts\Service\ServiceSubscriberInterface; class Issue...
The plugin does't work in the Windows's server because the directory separator is "\", contrary to Unix "/"
First of all, thank you for the great work on the CSRF protection functionality in the `csrf_protection_controller.js` script. It’s a fantastic addition, and it works really well for handling traditional...