Add option to select jQuery 3.x (#1835) + add description to other options in Advanced config screen

This commit is contained in:
Kijin Sung 2022-12-28 01:08:41 +09:00
parent dc1182f6f5
commit 0aa4fed636
6 changed files with 35 additions and 2 deletions

View file

@ -77,6 +77,7 @@ return array(
'manager_layout' => 'module',
'minify_scripts' => 'common',
'concat_scripts' => 'none',
'jquery_version' => 2,
'server_push' => false,
'use_gzip' => false,
),