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

Commit 99c0db3

Browse files
committed
merge contenta branc
2 parents 574b796 + bc5aab5 commit 99c0db3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

web/sites/default/settings.php

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

26+
2627
// This is a silly way to detect if site install is happening and toggle the
2728
// sync dir accordingly. @todo, I hope to think of a better option.
2829
// Contenta install will fail if the sync dir is set to `/config`. But that is
@@ -34,7 +35,6 @@
3435
}
3536
}
3637

37-
3838
/**
3939
* If there is a local settings file, then include it
4040
*/
@@ -44,9 +44,6 @@
4444
}
4545

4646
/**
47-
* Always install the 'standard' profile to stop the installer from
48-
* modifying settings.php.
49-
*
50-
* See: tests/installer-features/installer.feature
47+
* We are going to install the contenta_jsonapi profile.
5148
*/
5249
$settings['install_profile'] = 'contenta_jsonapi';

0 commit comments

Comments
 (0)