Browse Source

Update to TinyMCE

tags/rls1
kenn408k 6 years ago
parent
commit
aa2df36001
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      js/tiny.php

+ 2
- 2
js/tiny.php View File

17
 
17
 
18
         tinymce.init({
18
         tinymce.init({
19
         selector: '.editor',
19
         selector: '.editor',
20
-        plugins: 'image',
21
-        toolbar: "undo redo | styleselect | bold italic | image | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent",
20
+        plugins: 'image link',
21
+        toolbar: "undo redo | styleselect | bold italic | image link | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent",
22
         menubar: false,
22
         menubar: false,
23
         images_upload_url: 'handleUpload.php',
23
         images_upload_url: 'handleUpload.php',
24
         height: '400px'
24
         height: '400px'

Loading…
Cancel
Save