Edouard Cunibil

Results 19 issues of Edouard Cunibil

## Problem Using fieldsets for decoration purpose is a bad practice as it leads to invalid HTML and potential accessibility issues. In the pattern library case, it's also annoying because...

`\Drupal\field_layout\FieldLayoutBuilder::buildView()` only handle fields and extra fields so when you use a pattern as an entity layout, the field groups you have are ignored.

Long story short. `\Drupal\ui_patterns\Definition\PatternDefinition::PATTERN_PREFIX` should be "pattern__" instead of "pattern_" to allow to make leverage of the theme keys inheritance. It would allow to use a theme_preprocess_pattern that would apply...

### Problem/Motivation When using generate:entity:bundle we hope to create an entity bundle, not a node type. It could be used to create any other entity bundle. ### How to reproduce...

Drupal Console 2.0

Dans le but d'accéder plus facilement au contenu complet d'une mutation donnée, ajout d'un bouton permettant d'afficher le contenu des autres parcelles de la mutation en cours si elle en...

Hi! The vitals shown at the end of the starting process are really useful but unless we keep that in a separate terminal, it's eventually going to be drown in...

feature

While in a D7 root directory, I can't use drush launcher because it does not recognize a Drupal installation. ``` project/www $ drush --version Drush Launcher Version: 0.5.1 The Drush...

As explained in [this core issue](https://www.drupal.org/project/drupal/issues/2921627), the required indicator on form labels should remain even when CSS is disabled (see the issue for WCAG refs). The given patch is under...