Add CSS class for mobile app (#378)
This commit is contained in:
parent
2de7656753
commit
c00b957319
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ $addons = [
|
||||||
'issueview' => [ // Handler unique name.
|
'issueview' => [ // Handler unique name.
|
||||||
'displaydata' => [
|
'displaydata' => [
|
||||||
'icon' => $CFG->wwwroot . '/mod/customcert/pix/icon.png',
|
'icon' => $CFG->wwwroot . '/mod/customcert/pix/icon.png',
|
||||||
'class' => '',
|
'class' => 'core-course-module-customcert-handler',
|
||||||
],
|
],
|
||||||
'delegate' => 'CoreCourseModuleDelegate', // Delegate (where to display the link to the plugin).
|
'delegate' => 'CoreCourseModuleDelegate', // Delegate (where to display the link to the plugin).
|
||||||
'method' => 'mobile_view_activity', // Main function in \mod_customcert\output\mobile.
|
'method' => 'mobile_view_activity', // Main function in \mod_customcert\output\mobile.
|
||||||
|
|
Loading…
Reference in a new issue