2019-07-17 14:47:01 -05:00
|
|
|
<?php
|
|
|
|
|
2019-09-30 16:06:44 -04:00
|
|
|
$settings['locale_custom_strings_en'][] = [
|
|
|
|
'Sticky at top of lists' => 'Feature on front page',
|
|
|
|
];
|
|
|
|
|
2020-03-20 18:43:12 -04:00
|
|
|
$settings['config_sync_directory'] = '../config/sync';
|
|
|
|
|
2019-09-30 16:06:44 -04:00
|
|
|
|
2019-07-17 14:47:01 -05:00
|
|
|
// #ddev-generated: Automatically generated Drupal settings file.
|
|
|
|
if (file_exists($app_root . '/' . $site_path . '/settings.ddev.php')) {
|
|
|
|
include $app_root . '/' . $site_path . '/settings.ddev.php';
|
|
|
|
}
|