-
Currently, oe_whitelabel adds slim_select for multiple-value select elements.
See `_oe_whitelabel_process_element_select()`.
https://github.com/openeuropa/oe_whitelabel/blob/3ec646ddd82fe1938bbab6…
-
### Steps to reproduce
Generate an exec line via something like
```
$options = [
'multioption' => ['foo', 'bar']
];
$this->taskExec()->options($options, '=')
```
(via https://github.com/…
-
Dear team,
We are experiencing issues while working with this module because autoplay variable is set as TRUE in https://github.com/openeuropa/media_avportal/blob/8.x-1.x/src/Plugin/Field/FieldForm…
-
Add Selenium container and all configuration to use selenium for behat test.
-
With `./vendor/bin/grumphp run` have
```
GrumPHP is sniffing your code!
Running task 1/3: Phpcs... ✔
Running task 2/3: PhpMd... ✔
Running task 3/3: PhpParser... ✔
```
-
Is there any future support for composer 2?
-
Problem with installing the 3-dev version on Drupal9.
The log gives this error:
`The website encountered an unexpected error. Please try again later.
Twig\Error\LoaderError: Template "@ecl-twig/…
-
Hi,
I follow the installation steps, when i run the composer require sentence i give the following error:
**"[InvalidArgumentException] …
-
In
- #1326
a mechanism was added to set the favicon based on the chosen component library.
The path of the favicon is in the respective sub-theme, e.g.
```php
function oe_theme_page_attachments…
-
Create a node content type with a Date input field and a field with unlimited "Allowed number of values". For example a URL input field.Select view widget for Date field as "Date and time" which appli…