NOTE: this only applies for local development and Chris is adding it to the Drutopia deployment config for GEO. Thanks @wolcen
11 lines
319 B
PHP
11 lines
319 B
PHP
<?php
|
|
|
|
$settings['locale_custom_strings_en'][] = [
|
|
'Sticky at top of lists' => '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';
|
|
}
|