Skip to content
Snippets Groups Projects
Commit e9cbf6e5 authored by Claudiu Cristea's avatar Claudiu Cristea
Browse files

Allow debugging.

parent c8356ac5
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,7 @@ drupal:
];
// Location of the site configuration files.
$settings['config_sync_directory'] = '../config/sync';
$settings['config_readonly'] = !file_exists(getcwd() . '/../disable-config-readonly');
$settings['config_readonly'] = FALSE; // !file_exists(getcwd() . '/../disable-config-readonly');
Testing configuration alters: |
// The video from the home page interacts with Selenium tests.
$config['page_manager.page_variant.homepage-layout_builder-0']['variant_settings']['sections'][4]['components']['6ab0ceea-4541-4153-8b64-227e02369d30']['configuration']['text'] = 'Some joinup video';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment