Developers

Technical forum about Content Type or System Plugin development.
Here you can apply for developer access.

Load libaries dynamically

Forums: 

Hi all,
I use the content type H5P.Column several times in my content type H5P.RealityBox for structuring content.
These in turn can contain several different content types.
First of all it is not known from the beginning which content types are used in the columns. 
Furthermore, not all available content types, especially those that are not used, should be loaded. This would be the case when using preloadedDependencies.

h5p-boilerplate - Disable minifying files (solved)

Forums: 

Hi,

I am trying to create a new content type from the h5p-boiler plate (question-type branch).

I discovered that I have to run build commands.

However, it minifying my files so I can't easily debug.

How can I disable this minification ?

I looked at webpack.config.js and it look like it is supposed to handle sourceMap bug my browser doesn't seems to detect any sourceMap.

The devmode is set to true.

What am I missing ?

Incomplete saving of my content type data

Forums: 

Hello all,
as part of my bachelor thesis I am working on the content type H5P.RealityBox.
It should make it possible to integrate 3D models into learning environments, which can also be viewed on VR headsets and Google Cardboard using WebXR.

The corresponding github repositories can be found here:

Pages