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

Allow for Layout Builder sections to be given administrative labels #274

Open pdureau opened 4 years ago

pdureau commented 4 years ago

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.

A pull request is coming soon :)

pdureau commented 4 years ago

Drupal 8.8 is out now.