Browse Source

[#389] added orderred and bullet lists to tinymce

Skylsmoi 6 years ago
parent
commit
ecd8543152
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tracim/tracim/templates/pod.mak

+ 2 - 2
tracim/tracim/templates/pod.mak View File

@@ -64,11 +64,11 @@
64 64
             menubar:false,
65 65
             statusbar:true,
66 66
             branding: false,
67
-            plugins: [ "table", "image", "charmap", "fullscreen", "autolink", "colorpicker", "link", "code", "contextmenu"],
67
+            plugins: [ "table", "image", "charmap", "fullscreen", "autolink", "colorpicker", "link", "code", "contextmenu", "lists"],
68 68
             language: globalTracimLang === 'fr' ? 'fr_FR' : globalTracimLang, // tinymce does't accept en_US as language, it is its default value named 'en'
69 69
             selector:'${selector}',
70 70
             toolbar: [
71
-              "undo redo | bold italic underline strikethrough | link | bullist numlist outdent indent | table | charmap | styleselect | alignleft aligncenter alignright | fullscreen | customInsertImage | code",
71
+              "undo redo | bold italic underline strikethrough | link | bullist numlist | outdent indent | table | charmap | styleselect | alignleft aligncenter alignright | fullscreen | customInsertImage | code",
72 72
             ],
73 73
             contextmenu: "link",
74 74
             link_context_toolbar: true,