From 63b5291833999537c781a11079310da12c9b8ecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 22 Jul 2020 09:21:34 -0400 Subject: [PATCH] Use syntax highlighter for PHP --- tools/creating-new-drutopia-site.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/creating-new-drutopia-site.md b/tools/creating-new-drutopia-site.md index b0456ab..44e528b 100644 --- a/tools/creating-new-drutopia-site.md +++ b/tools/creating-new-drutopia-site.md @@ -96,7 +96,7 @@ This will create a self.site.yml using the expected pattern of "site_name_INSTAN Drutopia releases will expect the configuration in `$project_root/config/sync`. Be sure to set the appropriate variable in `settings.php` for it to be stored/retrieved from there. Note not to use `settings.ddev.php`, as this will be generated during `ddev start`: -``` +```php $settings['config_sync_directory'] = '../config/sync'; ```