Admin: Add configuration setting 'survey_backwards_enable' to allow a backwards button in surveys - refs #3582

pull/3565/head^2
Yannick Warnier 5 years ago
parent fc763c80c8
commit cc79fbfab6
  1. 3
      main/install/configuration.dist.php

@ -1766,6 +1766,9 @@ $_configuration['auth_password_links'] = [
// Allow all office suite documents to be uploaded in the "My files" section of the social network
//$_configuration['social_myfiles_office_files_upload_allowed'] = false;
// Enable a "Previous question" button in surveys
// $_configuration['survey_backwards_enable'] = false;
// KEEP THIS AT THE END
// -------- Custom DB changes
// Add user activation by confirmation email

Loading…
Cancel
Save