You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2019/07/22 23:27:54 UTC

[roller] branch master updated: Add link button to Summernote rich text editor.

This is an automated email from the ASF dual-hosted git repository.

snoopdave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/roller.git


The following commit(s) were added to refs/heads/master by this push:
     new 83d8f8b  Add link button to Summernote rich text editor.
83d8f8b is described below

commit 83d8f8bb4ca12e1a1000fcd8e3422de3f046fcb3
Author: David M. Johnson <sn...@apache.org>
AuthorDate: Mon Jul 22 19:27:47 2019 -0400

    Add link button to Summernote rich text editor.
---
 app/src/main/webapp/WEB-INF/jsps/editor/EntryEditor.jsp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app/src/main/webapp/WEB-INF/jsps/editor/EntryEditor.jsp b/app/src/main/webapp/WEB-INF/jsps/editor/EntryEditor.jsp
index 51079e6..05548ce 100644
--- a/app/src/main/webapp/WEB-INF/jsps/editor/EntryEditor.jsp
+++ b/app/src/main/webapp/WEB-INF/jsps/editor/EntryEditor.jsp
@@ -140,7 +140,8 @@
                     ['color', ['color']],
                     ['para', ['ul', 'ol', 'paragraph']],
                     ['height', ['height']],
-                    ['misc', ['codeview']]
+                    ['misc', ['codeview']],
+                    ['insert', ['link']]
                 ],
                 height: 400
             }