Also, it was added the following things in the settings file to allow the inline images: $config['image.settings']['suppress_itok_output'] = TRUE; $config['image.settings']['allow_insecure_derivatives'] = TRUE;
6 lines
210 B
PHP
6 lines
210 B
PHP
<?php
|
|
|
|
// #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';
|
|
}
|