From e5082fd098ba9b34a42cdc4850b8ee1e08795dca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 30 Sep 2019 16:06:44 -0400 Subject: [PATCH] Override sticky editor UI string with what we'll use it for NOTE: this only applies for local development and Chris is adding it to the Drutopia deployment config for GEO. Thanks @wolcen --- web/sites/default/settings.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/sites/default/settings.php b/web/sites/default/settings.php index 57b9c14..f402f4b 100644 --- a/web/sites/default/settings.php +++ b/web/sites/default/settings.php @@ -1,5 +1,10 @@ 'Feature on front page', +]; + + // #ddev-generated: Automatically generated Drupal settings file. if (file_exists($app_root . '/' . $site_path . '/settings.ddev.php')) { include $app_root . '/' . $site_path . '/settings.ddev.php';