mirror of
https://github.com/typemill/typemill.git
synced 2025-07-31 11:20:15 +02:00
Fix 1.4.6.1: Editor rights and cyanine styles
This commit is contained in:
@@ -84,7 +84,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.6',
|
||||
'version' => '1.4.6.1',
|
||||
'setup' => true,
|
||||
'welcome' => true,
|
||||
'images' => ['live' => ['width' => 820], 'thumbs' => ['width' => 250, 'height' => 150]],
|
||||
|
@@ -66,7 +66,7 @@
|
||||
</draggable>
|
||||
</div>
|
||||
|
||||
{% if (acl.isAllowed(get_role(), 'content', 'edit')) or ( (mycontent) and (acl.isAllowed(get_role(), 'mycontent', 'update')) ) %}
|
||||
{% if (acl.isAllowed(get_role(), 'content', 'update')) or ( (mycontent) and (acl.isAllowed(get_role(), 'mycontent', 'update')) ) %}
|
||||
|
||||
<div class="format-bar">
|
||||
|
||||
|
Reference in New Issue
Block a user