Enable "Prefer Browser URL" by default.

This commit is contained in:
Buster "Silver Eagle" Neece 2019-12-02 18:46:24 -06:00
parent 9157cd36d9
commit 7fea11f544
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ $config = [
'description' => __('If this setting is set to "Yes", the browser URL will be used instead of the base URL when it\'s available. Set to "No" to always use the base URL.'),
'selected_text' => __('Yes'),
'deselected_text' => __('No'),
'default' => false,
'default' => true,
'form_group_class' => 'col-md-6',
],
],