Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/services/h5p/How it works.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
# How it works

## Configuration

- WITH_H5P_LIBRARY_MANAGEMENT - Enables the cronjob to update for H5P libraries on a regular basis

- WITH_H5P_EDITOR - Enables the deployment of H5P editor microservice

- FEATURE_COLUMN_BOARD_H5P_ENABLED - Enables the H5P in boards

- FEATURE_LESSON_H5P_ENABLED - Enables the H5P in topics (FAR decided that this feature must be disabled)

## H5P Editor Microservice

The `h5p-editor` module contains all the code which the microservice uses. This [documentation](https://docs.lumi.education/usage/integrating)
from lumi specifies what is to be implemented in the microservice for the H5P editor to work.

## Library Management

The `h5p-library-management` module contains services used by the H5P library management cronjob to perform regular
updates and installs the H5P libraries offered by the editor (see [H5P library management service](./Library%20management/H5P%20library%20management%20service.md) for more information).

Expand Down