Skip to content
Snippets Groups Projects
Commit 096dacf2 authored by Paal Joergensen's avatar Paal Joergensen
Browse files

HFP-2183 Set metadata when saving library

parent aca75a0a
No related branches found
No related tags found
No related merge requests found
...@@ -783,6 +783,7 @@ class framework implements \H5PFrameworkInterface { ...@@ -783,6 +783,7 @@ class framework implements \H5PFrameworkInterface {
'drop_library_css' => $droplibrarycss, 'drop_library_css' => $droplibrarycss,
'semantics' => $librarydata['semantics'], 'semantics' => $librarydata['semantics'],
'has_icon' => $librarydata['hasIcon'], 'has_icon' => $librarydata['hasIcon'],
'metadata' => $librarydata['metadata'] ? 1 : 0,
'add_to' => isset($librarydata['addTo']) ? json_encode($librarydata['addTo']) : null, 'add_to' => isset($librarydata['addTo']) ? json_encode($librarydata['addTo']) : null,
); );
......
Subproject commit 9e4db6cdd91f2a8852d1efbceefad7283293e945 Subproject commit 425aac5d33a1fd4d1c14a2211e57948991b7bce4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment