Skip to content
Snippets Groups Projects
Commit ef6614a9 authored by Thomas Marstrander's avatar Thomas Marstrander
Browse files

Add default language to editor

Update editor submodule with language changes
parent 4c9579e8
Branches
No related tags found
No related merge requests found
Subproject commit d10713e5e1b36c2cd628398b4a2674af3409719f Subproject commit 7a8999adf46d4b1ff859ab33818e5a0fa22ca8de
...@@ -197,7 +197,8 @@ function hvp_add_editor_assets($id = null) { ...@@ -197,7 +197,8 @@ function hvp_add_editor_assets($id = null) {
'metadataSemantics' => $contentvalidator->getMetadataSemantics(), 'metadataSemantics' => $contentvalidator->getMetadataSemantics(),
'assets' => $assets, 'assets' => $assets,
// @codingStandardsIgnoreLine // @codingStandardsIgnoreLine
'apiVersion' => H5PCore::$coreApi 'apiVersion' => H5PCore::$coreApi,
'language' => $language,
); );
if ($id !== null) { if ($id !== null) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment