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

Version 1.4.2: added version and assets

This commit is contained in:
trendschau
2020-11-30 07:24:32 +01:00
parent 882a7252e5
commit 8ff18d22b3
6 changed files with 38 additions and 38 deletions

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.1',
'version' => '1.4.2',
'setup' => true,
'welcome' => true,
'images' => ['live' => ['width' => 820], 'thumbs' => ['width' => 250, 'height' => 150]],