diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-07-11 23:10:14 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-07-11 23:10:14 -0700 |
commit | e1e805d0aab8db34296061f8d4d8c7a91e6b58a1 (patch) | |
tree | 4110a02e70115e0140ed06b935bf7a74d01223db /httemplate/elements | |
parent | f67652f20a2e7a3744f2cf2d37596d5761516aa6 (diff) |
note UI
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/htmlarea.html | 1 |
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} || {} }, |