h5p-editor-php-library
h5p-editor-php-library copied to clipboard
@Gwenillia No big deal, I remember how to create a pull request :-)
At Echo360 (https://echo360.com/) we have been asked by our customers to allow videos captured in our EchoVideo platform to be able to be included in H5P content. We have added...
when i try to change the content (manually or programmatically) inside the h5p archive and later try to import by uploading it, it fails as explained in the attached image...
When merged in, will prevent the editor from crashing if a "binary" file (e.g. VTT file) is uploaded and the H5P integration does not set H5PIntegration.editor.fileIcon properly (as the H5P...
Add Moodle namespaces to library headers https://github.com/h5p/h5p-editor-php-library/pull/204
Add Moodle namespaces to library headers
When merged in, will fix the `validate` function of a `number` field to return `true` if the field is optional and nothing is set. Currently, the `validate` function returns `undefined`...
When merged in, the `classname` of a library select field's DOM element will also contain `field-name-${field.name}`in order to create the same behavior that other fields' DOM elements show.
When merged in, will fix the `validate` function of a `select` field to return `true` if the field is optional and nothing (`-`) is chosen. Close to 10 years ago...