瀏覽代碼

[#389] added orderred and bullet lists to tinymce

Skylsmoi 6 年之前
父節點
當前提交
ecd8543152
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tracim/tracim/templates/pod.mak

+ 2 - 2
tracim/tracim/templates/pod.mak 查看文件

@@ -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,