Add missing configuration value "translate_app_google_key" #1956

pull/2487/head
jmontoyaa 7 years ago
parent ff35e68f59
commit c60cbcdaa9
  1. 3
      main/install/configuration.dist.php

@ -698,6 +698,9 @@ $_configuration['gradebook_badge_sidebar'] = [
// Send score in percentage in the exam result notification
//$_configuration['send_notification_score_in_percentage'] = false;
// Google translate key
//$_configuration['translate_app_google_key'] = '';
// ------ 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