Description field

This commit is contained in:
Kumi 2021-11-11 11:53:21 +01:00
parent fbd3e5274c
commit 877b5e764f

View file

@ -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();