Un able to create or update H5P content types in Drupal8

Created on 1 July 2019, about 6 years ago
Updated 24 July 2025, 19 days ago

in Drupal7 H5P module providing a option to edit/update H5P content types.Option available in configuration.By enable edit library we can create our own under the "developement" folder.But in Drupal8 there is no such support provided.We need to create a code to implement it in drupal8.

Can you any one done already kindly let me know.

Feature request
Status

Active

Component

Code

Created by

🇮🇳India ragav.bala

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇺🇸United States illeace

    This issue is referencing the Config > H5P > "Enable library development directory" option that exists in the Drupal 7 module. As of the 2.0.0-alpha5 module, that option still does not exist, nor does the scaffold code in the Drupal module. From looking at the D7 module, there isn't much that would need to be added:

    1. The option on the admin config form. In D7 see h5p.admin.inc line 119.
    2. Code to delete the variable when uninstalling the module. In D7 see h5p.install line 78.
    3. Code to warn if H5P development mode is enabled and preprocess CSS/JS is also enabled. In D7 see h5p.module line 1339.
    4. Code to request an h5p development instance (rather than a core instance) when editing an H5P. In D7 see h5peditor.module line 470.

    Does anyone have information about how to test/validate this feature?

  • I am working on this.

    I'm looking through the suggested D7 files and porting them over to the alpha6 source.

    I'm not sure how to test or validate the feature, however. If there's any information on how this feature is used it would be appreciated.

  • 🇺🇸United States illeace

    illeace changed the visibility of the branch h5p-3065151/3065151-development-folder to hidden.

  • 🇺🇸United States illeace

    illeace changed the visibility of the branch h5p-3065151/3065151-development-folder to active.

  • msandoval changed the visibility of the branch h5p-3065151/3065151-development-folder to hidden.

Production build 0.71.5 2024