Our presentations at Drupal Dev Days Seville
New directions for Config Split and UI Patterns
Last week we attended and sponsored the Drupal Developer Days in Seville where we also had two well attended sessions. Introducing the UI Patterns module: use atomic UI components everywhere in Drupal 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.
Advanced Configuration Management with Config Split et al. from Nuvole
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
Introducing the UI Patterns module: use atomic UI components everywhere in Drupal 8 from Nuvole
Tags: Drupal 8Drupal PlanetAttachments: Introducing the UI Patterns module: use atomic UI components everywhere in Drupal 8Introducing the UI Patterns module: use atomic UI components everywhere in Drupal 8