Add control panel setting for disabling the new editor toolbar

This commit is contained in:
Jermolene
2016-05-09 10:33:12 -06:00
parent 848a65d840
commit c8777ea012
3 changed files with 21 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
title: $:/core/ui/ControlPanel/Settings/EditorToolbar
tags: $:/tags/ControlPanel/Settings
caption: {{$:/language/ControlPanel/Settings/EditorToolbar/Caption}}
\define lingo-base() $:/language/ControlPanel/Settings/EditorToolbar/
<<lingo Hint>>
<$checkbox tiddler="$:/config/TextEditor/EnableToolbar" field="text" checked="yes" unchecked="no" default="yes"> <$link to="$:/config/TextEditor/EnableToolbar"><<lingo Description>></$link> </$checkbox>