Skip to content
Snippets Groups Projects
Commit c2e43dc7 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

add unlink

parent 895f0d2b
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ $(function () {
toolbar: [
['font', ['bold', 'italic']],
['position', ['superscript', 'subscript']],
['insert', ['link']],
['insert', ['link', 'unlink']],
['view', ['codeview']]
],
followingToolbar: true,
......@@ -20,7 +20,7 @@ $(function () {
['font', ['bold', 'italic']],
['position', ['superscript', 'subscript']],
['para', ['ul', 'ol']],
['insert', ['link']],
['insert', ['link', 'unlink']],
['view', ['codeview']]
],
followingToolbar: true,
......@@ -40,7 +40,7 @@ $(function () {
['position', ['superscript', 'subscript']],
['para', ['ul', 'ol']],
['table', ['table']],
['insert', ['link', 'picture', 'video']],
['insert', ['link', 'unlink', 'picture', 'video']],
['view', ['codeview']]
],
styleTags: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment