Developers

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

Developing in Drupal 101 - pulling in libraries

theotherdy's picture
Forums: 

How do I make these various libraries available within my Drupal development environment? This is for the DragText question type:

Missing dependency FontAwesome 4.5 required by H5P.DragText 1.6.

Missing dependency jQuery.ui 1.10 required by H5P.DragText 1.6.

Missing dependency H5P.JoubelUI 1.3 required by H5P.DragText 1.6.

Missing dependency H5P.Question 1.3 required by H5P.DragText 1.6.

Missing dependency H5PEditor.RangeList 1.0 required by H5P.DragText 1.6.

 

Add translate to content in Moodle

Forums: 

Hi everyone,

I would try to add a languages customizations for some content types in Moodle.

I see all translates is in database (table mdl_hvp_libraries_languages). I think this is not good aproach for performance issues. (Moodle is going to use cache always if is posible).

The problem is ... ¿how I can add new translations or customizate the translations? I dont need download new version from h5p hub with a translations package I need translate the strings via Moodle. (for all languages I have already installed).

Pages