Bastien
Bastien
Hello, I am using DAMA for my tests. This is useful for some tests, but not for End to End tests, since it does not support it. But it gives...
See #69
According https://github.com/tgalopin/html-sanitizer-bundle/issues/26 I will allow nullable value here too
Hello, is it possible to allow the tags attributes (like class, style, etc) for specifics (or all ) tags in one time in yaml ? Currently, I've to do this...
See #26 I will perform a PR in the parent repository to also allow null
If we pass null value to sanitize method, we have the following error : `TypeError : HtmlSanitizer\Bundle\Twig\TwigExtension::sanitize(): Argument #1 ($html) must be of type string, null given, called in ...`...
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes/no | BC Break | yes/no #### Summary The goal would be...
Hello, there is a bug with the drag n drop in a table : ```twig {% block ValidateurType_widget %} {# widget_attributes will generate class="item" from the DiscountCollectionType.entry_options configuration #} {{form_widget(form.ordre)}}...
Hello, I'm trying to place my buttons on the same row that my fields, like this  But for the moment, I have :  And I can't put my...
See #68 All that remains is to modify the documentation.