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
This commit is contained in:
benjamin melançon 2019-09-30 16:06:44 -04:00
parent e78d0df898
commit e5082fd098

View file

@ -1,5 +1,10 @@
<?php <?php
$settings['locale_custom_strings_en'][] = [
'Sticky at top of lists' => 'Feature on front page',
];
// #ddev-generated: Automatically generated Drupal settings file. // #ddev-generated: Automatically generated Drupal settings file.
if (file_exists($app_root . '/' . $site_path . '/settings.ddev.php')) { if (file_exists($app_root . '/' . $site_path . '/settings.ddev.php')) {
include $app_root . '/' . $site_path . '/settings.ddev.php'; include $app_root . '/' . $site_path . '/settings.ddev.php';