Skip to content

Commit

Permalink
Mark the HTML5 viewer as supporting the IMSCP preset.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles committed Oct 20, 2023
1 parent 8ad47ab commit f85ab30
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion kolibri/plugins/html5_viewer/kolibri_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ class HTML5AppPlugin(KolibriPluginBase):
@register_hook
class HTML5AppAsset(content_hooks.ContentRendererHook):
bundle_id = "main"
presets = (format_presets.HTML5_ZIP, format_presets.H5P_ZIP)
presets = (
format_presets.HTML5_ZIP,
format_presets.H5P_ZIP,
format_presets.IMSCP_ZIP,
)

0 comments on commit f85ab30

Please sign in to comment.