summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-07-11 23:10:12 -0700
committerIvan Kohler <ivan@freeside.biz>2015-07-11 23:10:12 -0700
commitfccb0009d3b5ea3b07364520754d6f956cdeb861 (patch)
tree3d2fdac8dec275dbb4df54d7c078d83aa2ebbc8b /httemplate/elements
parent2915a5725aefb4ed6ab1f461b86d91d21a717887 (diff)
note UI
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/htmlarea.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/htmlarea.html b/httemplate/elements/htmlarea.html
index c98993d40..7c40e61c7 100644
--- a/httemplate/elements/htmlarea.html
+++ b/httemplate/elements/htmlarea.html
@@ -34,6 +34,7 @@ my $config = {
'startupFocus' => JSON::true,
'skin' => 'kama',
'toolbarCanCollapse' => JSON::true,
+ 'removePlugins' => 'elementspath',
'basePath' => $p.'elements/ckeditor/',
'enterMode' => 2,
%{ $opt{config} || {} },