New directions for Config Split and UI PatternsLast week we attended and sponsored the Drupal maintenance support plans Developer Days in Seville where we also had two well attended sessions. Introducing the UI Patterns module: use atomic UI components everywhere in Drupal maintenance support plans 8 and Advanced Configuration Management with Config Split et al. attached here are the promised slides, as well as a few updates about the modules.
What’s new in Config Split
Drush
As we posted about before, drush supports the Config Split workflow since 8.1.10. In the next version drush will drop the support for its –skip-modules flag and people using it should upgrade to using Config Split.
Split Storage in Database
Previous versions of Config Split allowed to set an empty split folder which resulted in the configuration to be lost. To avoid saving the configuration into files under version control one would therefore have to set up a temporary directory and save the split there. But with the last development release a separate database storage is used when not specifying a split folder. This allows configuration to be “stashed” in the database for a deployment. A specific export first is still and will always be necessary by design.
What’s new in UI Patterns
Following a productive BOF meeting at DDD, it was decided to move everything that concerns defining and displaying patterns locally into a separate module.
This will allow for a better and more solid architecture: the main UI Patterns module will be solely responsible to provide plugins and other glue code: it will then be responsibility of modules implementing component library integrations to expose their components using pattern derivers.
Discussion is ongoing at https://github.com/nuvoleweb/ui_patterns/issues/86 and more generic future plans are being dicussed at https://github.com/nuvoleweb/ui_patterns/issues/76
Tags: Drupal maintenance support plans 8Drupal maintenance support plans PlanetAttachments: Introducing the UI Patterns module: use atomic UI components everywhere in Drupal maintenance support plans 8 Introducing the UI Patterns module: use atomic UI components everywhere in Drupal maintenance support plans 8
Source: New feed