nuvoleweb / ui_patterns

[NOTE] Development has moved to https://drupal.org/project/ui_patterns
https://drupal.org/project/ui_patterns
GNU General Public License v2.0
85 stars 56 forks source link

Fix #274: Allow for Layout Builder sections to be given administrativ… #278

Closed pdureau closed 2 years ago

pdureau commented 4 years ago

…e labels

See also: https://github.com/nuvoleweb/ui_patterns/issues/274

Drupal 8.8 will be released soon with an improvement about Layout Management which make the layout builder more usable : Allow for Layout Builder sections to be given administrative labels https://www.drupal.org/node/3073872

However, this is not working with layouts generated by ui_patterns_layout because Drupal\ui_patterns_layouts\Plugin\Layout\PatternLayout::buildConfigurationForm() is ignoring its parent method.

pdureau commented 4 years ago

AFAIK, the failed checks are not related to the modifications merged by this PR.

Source: https://travis-ci.org/nuvoleweb/ui_patterns/jobs/612411736