Comment 2 for bug 1747730

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/8508
Committed: https://git.mahara.org/mahara/mahara/commit/4b3008fbfbb6f1a566c2787cccf2191eaa853b66
Submitter: Cecilia Vela Gurovic (<email address hidden>)
Branch: master

commit 4b3008fbfbb6f1a566c2787cccf2191eaa853b66
Author: Robert Lyon <email address hidden>
Date: Wed Feb 7 07:31:58 2018 +1300

Bug 1747730: Allow one to add custom css to plugin extention config page

By adding the get_config_options_css() function, eg in your module:

public static function get_config_options_css() {
return array('<style type="text/css"> .mycustom { color: red; } </style>');
}

behatnotneeded

Change-Id: I0ae9d85fe41e416a8edc60cd40dd4f189aada5cb
Signed-off-by: Robert Lyon <email address hidden>