Use new style of config sync directory specification
Per https://www.drupal.org/node/3018145 Thanks wolcen! Ref #109
This commit is contained in:
parent
741aa52ce4
commit
eeab814df7
2 changed files with 2 additions and 5 deletions
|
@ -4,6 +4,8 @@ $settings['locale_custom_strings_en'][] = [
|
|||
'Sticky at top of lists' => 'Feature on front page',
|
||||
];
|
||||
|
||||
$settings['config_sync_directory'] = '../config/sync';
|
||||
|
||||
|
||||
// #ddev-generated: Automatically generated Drupal settings file.
|
||||
if (file_exists($app_root . '/' . $site_path . '/settings.ddev.php')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue