Dropbox
Behaviour of the Dropbox file-exchange tool.
Access these settings under Administration > Configuration settings > Dropbox. This category contains 8 settings, listed below with the title and comment shipped in the platform's settings fixtures (SettingsCurrentFixtures.php).
The variable name in code is shown in monospace. Use it when scripting via the API or when you need to change those settings at a global level by editing
config/settings_override.yaml.
Settings
dropbox_allow_group
dropbox_allow_groupDropbox: allow group
Users can send files to groups
Default: true
dropbox_allow_just_upload
dropbox_allow_just_uploadDropbox: Upload to own dropbox space?
Allow trainers and users to upload documents to their dropbox without sending the documents to themselves
Default: true
dropbox_allow_mailing
dropbox_allow_mailingDropbox: Allow mailing
With the mailing functionality you can send each learner a personal document
Default: false
dropbox_allow_overwrite
dropbox_allow_overwriteDropbox: Can documents be overwritten
Can the original document be overwritten when a user or trainer uploads a document with the name of a document that already exist? If you answer yes then you loose the versioning mechanism.
Default: true
dropbox_allow_student_to_student
dropbox_allow_student_to_studentDropbox: Learner <-> Learner
Allow users to send documents to other users (peer 2 peer). Users might use this for less relevant documents also (mp3, tests solutions, ...). If you disable this then the users can send documents to the trainer only.
Default: true
dropbox_hide_course_coach
dropbox_hide_course_coachDropbox: hide course coach
Hide session course coach in dropbox when a document is sent by the coach to students
Default: false
dropbox_hide_general_coach
dropbox_hide_general_coachHide general coach in dropbox
Hide general coach name in the dropbox tool when the general coach uploaded the file
Default: false
dropbox_max_filesize
dropbox_max_filesizeDropbox: Maximum file size of a document
How big (in MB) can a dropbox document be?
Default: 100000000
Last updated
Was this helpful?