Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle_mod-hvp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle_mod-hvp
Commits
ef6614a9
Commit
ef6614a9
authored
6 years ago
by
Thomas Marstrander
Browse files
Options
Downloads
Patches
Plain Diff
Add default language to editor
Update editor submodule with language changes
parent
4c9579e8
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
editor
+1
-1
1 addition, 1 deletion
editor
locallib.php
+2
-1
2 additions, 1 deletion
locallib.php
with
3 additions
and
2 deletions
editor
@
7a8999ad
Compare
d10713e5
...
7a8999ad
Subproject commit
d10713e5e1b36c2cd628398b4a2674af3409719f
Subproject commit
7a8999adf46d4b1ff859ab33818e5a0fa22ca8de
This diff is collapsed.
Click to expand it.
locallib.php
+
2
−
1
View file @
ef6614a9
...
@@ -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
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment