There was an error while loading. Please reload this page.
2 parents 574b796 + bc5aab5 commit 99c0db3Copy full SHA for 99c0db3
1 file changed
web/sites/default/settings.php
@@ -23,6 +23,7 @@
23
CONFIG_SYNC_DIRECTORY => dirname(DRUPAL_ROOT) . '/config',
24
);
25
26
+
27
// This is a silly way to detect if site install is happening and toggle the
28
// sync dir accordingly. @todo, I hope to think of a better option.
29
// Contenta install will fail if the sync dir is set to `/config`. But that is
@@ -34,7 +35,6 @@
34
35
}
36
37
-
38
/**
39
* If there is a local settings file, then include it
40
*/
@@ -44,9 +44,6 @@
44
45
46
47
- * Always install the 'standard' profile to stop the installer from
48
- * modifying settings.php.
49
- *
50
- * See: tests/installer-features/installer.feature
+ * We are going to install the contenta_jsonapi profile.
51
52
$settings['install_profile'] = 'contenta_jsonapi';
0 commit comments