Details
-
Improvement
-
Status: Development in progress
-
Minor
-
Resolution: Unresolved
-
3.9.10, 3.10.7, 3.11.3
-
None
-
MOODLE_310_STABLE, MOODLE_311_STABLE, MOODLE_39_STABLE
-
MDL-72778-master_hp5_styling_from_callback
-
Description
Supporting plugin callbacks to add additional h5p/hvp stylesheet and javascript.
It would be nice to add additional H5p/hvp styling/javascript without adding an extra renderer to our theme. Currently, we only can add support for this by creating a child theme.
When look at tracker MDL-69087 this is only possible with a theme renderer override. There are no other callbacks available we can use in a plugin.