mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
Merge branch 'MDL-68271-master' of git://github.com/sarjona/moodle
This commit is contained in:
commit
0d5b115b0e
9 changed files with 716 additions and 11 deletions
|
@ -446,4 +446,12 @@ $definitions = array(
|
|||
'simpledata' => true,
|
||||
'staticacceleration' => true,
|
||||
],
|
||||
|
||||
// Language strings for H5P content-type libraries.
|
||||
// Key "{$libraryname}/{$language}"" contains translations for a given library and language.
|
||||
// Key "$libraryname" has a list of all of the available languages for the library.
|
||||
'h5p_content_type_translations' => [
|
||||
'mode' => cache_store::MODE_APPLICATION,
|
||||
'simpledata' => true,
|
||||
],
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue