- 🇺🇸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:
- The option on the admin config form. In D7 see h5p.admin.inc line 119.
- Code to delete the variable when uninstalling the module. In D7 see h5p.install line 78.
- Code to warn if H5P development mode is enabled and preprocess CSS/JS is also enabled. In D7 see h5p.module line 1339.
- 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.
msandoval → changed the visibility of the branch h5p-3065151/3065151-development-folder to hidden.