This gives you an overview of the H5P config settings. You cannot change them directly here.
Config Setting | Value | Description |
---|---|---|
hub_is_enabled | {f:if(condition:settings.hub_is_enabled, then:'TRUE', else:'FALSE')} | Controls interaction with the H5P hub. If it is disabled, you can't load libraries from the hub, and can only use the "Upload" functionality to install new libraries. We recommend to keep this set to "TRUE". |
content_type_cache_updated_at |
|
States when the H5P content type cache was last updated. |
send_usage_statistics | {f:if(condition:settings.send_usage_statistics, then:'TRUE', else:'FALSE')} | Controls whether anonymous usage statistics are sent to the H5P hub with every refresh of the content type cache. The data sent are the number of authors (Neos backend users), installed libraries, number of H5P content elements, and the number of creates, uploads, displays, deletions, views, and result views for content elements. |
track_user | {f:if(condition:settings.track_user, then:'TRUE', else:'FALSE')} | Controls the saving of results for users' interactions with content elements. If set to TRUE, you can view users' results in the "H5P User Results" section. |
save_content_state | {f:if(condition:settings.save_content_state, then:'TRUE', else:'FALSE')} | Controls whether the state of content that a user has interacted with should be saved. Only works for logged-in users. No additional personal data is saved. |
save_content_frequency | {settings.save_content_frequency} | Frequency (in seconds) in which content state should be saved, if it is enabled. |
enable_lrs_content_types | {f:if(condition:settings.enable_lrs_content_types, then:'TRUE', else:'FALSE')} | Enables the usage of content types which rely on the presence of an LRS to work. Currently, this is only H5P.Questionnaire. |
frame | {f:if(condition:settings.frame, then:'TRUE', else:'FALSE')} | Shows or hides the H5P content frame that contains buttons for export and embed, copyright and icon |
export | {f:if(condition:settings.export, then:'TRUE', else:'FALSE')} | Show or hide the option to export an H5P content element in the content frame. |
embed | {f:if(condition:settings.embed, then:'TRUE', else:'FALSE')} | Show or hide the option to generate embedding code for an H5P content element in the content frame. |
copyright | {f:if(condition:settings.copyright, then:'TRUE', else:'FALSE')} | Show or hide the copyright notice in the content frame. |
icon | {f:if(condition:settings.icon, then:'TRUE', else:'FALSE')} | Show or hide the H5P icon in the content frame. |