mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-45301 assign: Add font options for EditPDF
This commit is contained in:
parent
8503f2cfd8
commit
9e725bc168
19 changed files with 160 additions and 9 deletions
|
@ -117,6 +117,10 @@ class course_summary_exporter extends \core\external\exporter {
|
|||
'type' => PARAM_BOOL,
|
||||
'null' => NULL_ALLOWED
|
||||
],
|
||||
'pdfexportfont' => [
|
||||
'type' => PARAM_TEXT,
|
||||
'null' => NULL_ALLOWED
|
||||
],
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue