Merge branch 'master' of github.com:h5p/h5p-php-library into HFP-574-remove-override-settings

pull/40/head
Tom Arild Jakobsen 2017-05-10 12:45:55 +02:00
commit dfc2e52ba5
1 changed files with 2 additions and 2 deletions

View File

@ -1722,7 +1722,7 @@ class H5PCore {
public static $coreApi = array(
'majorVersion' => 1,
'minorVersion' => 12
'minorVersion' => 13
);
public static $styles = array(
'styles/h5p.css',
@ -1744,7 +1744,7 @@ class H5PCore {
'js/h5p-utils.js',
);
public static $defaultContentWhitelist = 'json png jpg jpeg gif bmp tif tiff svg eot ttf woff woff2 otf webm mp4 ogg mp3 txt pdf rtf doc docx xls xlsx ppt pptx odt ods odp xml csv diff patch swf md textile';
public static $defaultContentWhitelist = 'json png jpg jpeg gif bmp tif tiff svg eot ttf woff woff2 otf webm mp4 ogg mp3 wav txt pdf rtf doc docx xls xlsx ppt pptx odt ods odp xml csv diff patch swf md textile';
public static $defaultLibraryWhitelistExtras = 'js css';
public $librariesJsonData, $contentJsonData, $mainJsonData, $h5pF, $fs, $h5pD, $disableFileCheck;