diff --git a/templates/d8_settings.php.jinja2 b/templates/d8_settings.php.jinja2 index 17578690ca3ed255e4336d6d1a0b38e29a8d26a9..37deb5cb8e07837522d1b0449b409214aea8f59d 100644 --- a/templates/d8_settings.php.jinja2 +++ b/templates/d8_settings.php.jinja2 @@ -57,7 +57,7 @@ $settings['trusted_host_patterns'] = array( // As soon as Drupal 8.8+ will be used everywhere, the following line can be removed. $config['system.file']['path']['temporary'] = {% if drupal.jail is defined %}is_dir('{{ jailroot }}/{{ drupal.jail.name }}/tmp') ? '{{ jailroot }}/{{ drupal.jail.name }}/tmp' : '/tmp'{% else %}'/tmp'{% endif %}; -{% if drupal.isversion9|default(no) %} +{% if drupal.isversion9|default(false) %} $settings['config_sync_directory'] = 'sites/{{ item.shortname|default("default") }}/files/{{ item.config|default("config") }}/sync'; {% else %} {% for key in drupal_config_directories %}