adding configuration parameter to activate view with ViewerJS PDF LP - refs BT#15044

pull/2729/head
Alex Aragón 7 years ago
parent dd1a76e753
commit 156bcf8675
  1. 3
      main/install/configuration.dist.php

@ -1021,3 +1021,6 @@ VALUES (2, 13, 'session_courses_read_only_mode', 'Lock Course In Session', 1, 1,
// You need add a new option called "confirmation" to the registration settings
//INSERT INTO settings_options (variable, value, display_text) VALUES ('allow_registration', 'confirmation', 'MailConfirmation');
// ------ (End) Custom DB changes
// Activate the view with ViewerJS for PDF files within the lessons for IPad and IPhone
// $_configuration['allow_pdf_viewerjs_in_lp'] = false;
Loading…
Cancel
Save