mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-71468 assignfeedback_editpdf: Convert submissions via adhoc tasks
This commit is contained in:
parent
ca583bddaf
commit
e4784db136
12 changed files with 130 additions and 289 deletions
|
@ -637,14 +637,6 @@ $CFG->admin = 'admin';
|
|||
//
|
||||
// $CFG->upgradekey = 'put_some_password-like_value_here';
|
||||
//
|
||||
// Document conversion limit
|
||||
//
|
||||
// How many times the background task should attempt to convert a given attempt
|
||||
// before removing it from the queue. Currently this limit is only used by the
|
||||
// mod_assign conversion task.
|
||||
//
|
||||
// $CFG->conversionattemptlimit = 3;
|
||||
//
|
||||
// Font used in exported PDF files. When generating a PDF, Moodle embeds a subset of
|
||||
// the font in the PDF file so it will be readable on the widest range of devices.
|
||||
// The default font is 'freesans' which is part of the GNU FreeFont collection.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue