Metadrop / drupal-boilerplate

Drupal projects up and running with Docker and many other tools in minutes
28 stars 23 forks source link

Add twig debug config to development.services.yml. #12

Closed idiazroncero closed 4 years ago

idiazroncero commented 4 years ago

Add by default twig debug configuration and template cache disabling to development.services.yml.

This configuration will need to be activated by uncommenting these lines on settings.local.php:

//  /** Enable local development services. */
//  $settings['container_yamls'][] = DRUPAL_ROOT . '/sites/development.services.yml';