1
0
mirror of https://github.com/typemill/typemill.git synced 2025-04-24 14:02:09 +02:00

Hotfix 1.4.0.1 Store metadata again

This commit is contained in:
trendschau 2020-10-23 15:08:59 +02:00
parent 0f7a301f19
commit b29325c50a

View File

@ -82,7 +82,7 @@ class Settings
'editor' => 'visual',
'formats' => ['markdown', 'headline', 'ulist', 'olist', 'table', 'quote', 'notice', 'image', 'video', 'file', 'toc', 'hr', 'definition', 'code'],
'contentFolder' => 'content',
'version' => '1.4.0',
'version' => '1.4.0.1',
'setup' => true,
'welcome' => true,
'images' => ['live' => ['width' => 820], 'thumbs' => ['width' => 250, 'height' => 150]],