1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-06 06:07:31 +02:00

Fixed table component again and default item object

This commit is contained in:
trendschau
2020-05-09 08:10:10 +02:00
parent 8350aad9e9
commit 14c36c0d88
3 changed files with 20 additions and 4 deletions

View File

@@ -92,7 +92,7 @@ class Settings
'contentFolder' => 'content',
'cache' => true,
'cachePath' => $rootPath . 'cache',
'version' => '1.3.6.1',
'version' => '1.3.6.2',
'setup' => true,
'welcome' => true,
'images' => ['live' => ['width' => 820], 'thumbs' => ['width' => 250, 'height' => 150]],