Add missing setting: "exercise_hide_label" BT#13950

// Hide exercise question label (ribbon) BT#13950
//$_configuration['exercise_hide_label'] = false;
pull/2458/head
jmontoyaa 8 years ago
parent 531f5aa24e
commit fe04224eec
  1. 3
      main/install/configuration.dist.php

@ -763,6 +763,9 @@ ALTER TABLE skill_rel_item ADD CONSTRAINT FK_EB5B2A0D5585C142 FOREIGN KEY (skill
// Show more expected choice and status in exercise results BT#13950
//$_configuration['show_exercise_expected_choice'] = false;
// Hide exercise question label (ribbon) BT#13950
//$_configuration['exercise_hide_label'] = false;
// ------ Custom DB changes
// Add user activation by confirmation email
// This option prevents the new user to login in the platform if your account is not confirmed via email

Loading…
Cancel
Save