diff --git a/.env.example b/.env.example index f0076f022..b6034417d 100644 --- a/.env.example +++ b/.env.example @@ -49,7 +49,7 @@ LB_INSTALL_PASSWORD= LB_CACHE_TEMPLATES=true # Enable use of local JavaScript libraries (true/false) -LB_USE_LOCAL_JS_LIBS=false +LB_USE_LOCAL_JS_LIBS=true # Session inactivity timeout in minutes LB_INACTIVITY_TIMEOUT=30 diff --git a/config/config.dist.php b/config/config.dist.php index c9b87559d..0689787a5 100644 --- a/config/config.dist.php +++ b/config/config.dist.php @@ -64,7 +64,7 @@ 'cache.templates' => true, # Enable use of local JavaScript libraries (true/false) - 'use.local.js.libs' => false, + 'use.local.js.libs' => true, # Session inactivity timeout in minutes 'inactivity.timeout' => 30, diff --git a/docs/source/ADVANCED-CONFIGURATION.rst b/docs/source/ADVANCED-CONFIGURATION.rst index 3d1d24985..f1796a696 100644 --- a/docs/source/ADVANCED-CONFIGURATION.rst +++ b/docs/source/ADVANCED-CONFIGURATION.rst @@ -85,7 +85,7 @@ Frontend Advanced Settings .. code-block:: php - 'use.local.js.libs' => false, + 'use.local.js.libs' => true, **home.url** URL to redirect users after login.