Admin: Set the right default value for lp.disable_js_in_lp_view setting

the current value is already migrated
pull/5735/head
Angel Fernando Quiroz Campos 3 months ago
parent f0db48ec04
commit 7cb7e75714
No known key found for this signature in database
GPG Key ID: B284841AE3E562CD
  1. 2
      src/CoreBundle/Settings/LearningPathSettingsSchema.php

@ -26,7 +26,7 @@ class LearningPathSettingsSchema extends AbstractSettingsSchema
'hide_lp_time' => 'false',
'lp_category_accordion' => 'false',
'lp_view_accordion' => 'false',
'disable_js_in_lp_view' => 'true',
'disable_js_in_lp_view' => 'false',
'allow_teachers_to_access_blocked_lp_by_prerequisite' => 'false',
'allow_lp_chamilo_export' => 'false',
'hide_accessibility_label_on_lp_item' => 'true',

Loading…
Cancel
Save