Enter your username and password to login to your account.
New to BADCamp? Register to attend (it's free!)
Lost your password? Recover your password.
In Drupal 7 there is no good way to move configuration information between environments because modules store configuration data in different formats.
To help solve this problem, Drupal 8 has a new configuration management system that provides a central place for modules to store configuration data, from simple static data (e.g., site name) to more complex business objects (e.g., field definitions and image styles). This session will outline how to work with the new configuration system from a site building perspective. Topics will include: