diff --git a/docs/properties.md b/docs/properties.md index 97c2e775..e37fc209 100644 --- a/docs/properties.md +++ b/docs/properties.md @@ -37,6 +37,7 @@ Cool! This phing-ism is what powers our environment-specific property layering a | `build.drupal.settings` | `conf/drupal/settings.php` | Source template for Drupal's `settings.php` file. | | `build.drupal.settings_dest` | `web/sites/default/settings.php` | Destination for the templated settings.php file. | | `build.drupal.services` | `conf/drupal/services.yml` | Source template for Drupal's `services.yml` file. | +| `build.drupal.services_dest` | `web/sites/default/services.yml` | Destination for the templated `services.yml` file. | ### Drupal diff --git a/tasks/drupal.xml b/tasks/drupal.xml index 2fd07c28..74ccc80e 100644 --- a/tasks/drupal.xml +++ b/tasks/drupal.xml @@ -43,6 +43,7 @@ + @@ -157,11 +158,10 @@ - - + - +