소스 검색

[#389] added orderred and bullet lists to tinymce

Skylsmoi 7 년 전
부모
커밋
ecd8543152
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tracim/tracim/templates/pod.mak

+ 2 - 2
tracim/tracim/templates/pod.mak 파일 보기

64
             menubar:false,
64
             menubar:false,
65
             statusbar:true,
65
             statusbar:true,
66
             branding: false,
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
             language: globalTracimLang === 'fr' ? 'fr_FR' : globalTracimLang, // tinymce does't accept en_US as language, it is its default value named 'en'
68
             language: globalTracimLang === 'fr' ? 'fr_FR' : globalTracimLang, // tinymce does't accept en_US as language, it is its default value named 'en'
69
             selector:'${selector}',
69
             selector:'${selector}',
70
             toolbar: [
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
             contextmenu: "link",
73
             contextmenu: "link",
74
             link_context_toolbar: true,
74
             link_context_toolbar: true,