1
0
mirror of https://github.com/typemill/typemill.git synced 2025-10-19 16:46:16 +02:00

Version 1.3.4: Media Library

This commit is contained in:
trendschau
2020-04-07 08:20:22 +02:00
parent aa52181849
commit d41fe5c95d
10 changed files with 70 additions and 42 deletions

View File

@@ -16,6 +16,9 @@ class Settings
$settings = array_merge($defaultSettings, $userSettings);
}
# no individual image sizes are allowed sind 1.3.4
$settings['images'] = $defaultSettings['images'];
# if there is no theme set
if(!isset($settings['theme']))
{
@@ -78,7 +81,7 @@ class Settings
'contentFolder' => 'content',
'cache' => true,
'cachePath' => $rootPath . 'cache',
'version' => '1.3.3',
'version' => '1.3.4',
'setup' => true,
'welcome' => true,
'images' => ['live' => ['width' => 820], 'thumbs' => ['width' => 250, 'height' => 150]],