You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on an implementation of H5P for Symfony.
The bundle that i use works fine in 1.17.
But to migrate to 1.19 I need to implement loadAddons() and getLibraryConfig() ( see this issue ).
So my question is simple : have you a documentation that describe what this methods must return ?
I looked at the Wordpress implementation and saw that i need a add_to field in my libraries table.
What is that field, where can i find a documentation that describe the table, the fields types...
Thank you.
(And happy new year 😄 )
The text was updated successfully, but these errors were encountered:
Hi,
I'm working on an implementation of H5P for Symfony.
The bundle that i use works fine in 1.17.
But to migrate to 1.19 I need to implement
loadAddons()
andgetLibraryConfig()
( see this issue ).So my question is simple : have you a documentation that describe what this methods must return ?
I looked at the Wordpress implementation and saw that i need a
add_to
field in my libraries table.What is that field, where can i find a documentation that describe the table, the fields types...
Thank you.
(And happy new year 😄 )
The text was updated successfully, but these errors were encountered: