From 877b5e764f9bcc798295c35f5dad8f441e922ffc Mon Sep 17 00:00:00 2001 From: Kumi Date: Thu, 11 Nov 2021 11:53:21 +0100 Subject: [PATCH] Description field --- mod_form.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mod_form.php b/mod_form.php index d2b0574..ed45616 100644 --- a/mod_form.php +++ b/mod_form.php @@ -20,6 +20,8 @@ class mod_expcontent_mod_form extends moodleform_mod { $mform->setType('contentid', PARAM_TEXT); $mform->addRule('contentid', null, 'required', null, 'client'); + $this->standard_intro_elements(); + $this->standard_coursemodule_elements(); $this->add_action_buttons();