Skip to content
This repository was archived by the owner on Aug 8, 2024. It is now read-only.

Commit b4e69ff

Browse files
Config sync directory needs to point at the Contenta location for installation to work.
1 parent c6ab421 commit b4e69ff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

web/sites/default/settings.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@
2323
CONFIG_SYNC_DIRECTORY => dirname(DRUPAL_ROOT) . '/config',
2424
);
2525

26+
// Contenta configuration:
27+
// Ideally, we keep our config export in ../config, but it needs to
28+
// be here at first so that installation will work.
29+
// TODO: Better strategy going forward to support both installation and
30+
// relocated configuration directory.
31+
$config_directories['sync'] = 'profiles/contrib/contenta_jsonapi/config/sync';
32+
2633
/**
2734
* If there is a local settings file, then include it
2835
*/

0 commit comments

Comments
 (0)