jodit-pro 1.3.27 → 1.3.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.html CHANGED
@@ -37,6 +37,7 @@
37
37
  font-weight: 300;
38
38
  line-height: 1.5;
39
39
  text-rendering: optimizelegibility;
40
+ background-color: #f5f2f0;
40
41
  }
41
42
 
42
43
  p,
@@ -69,45 +70,46 @@
69
70
  <script src="./build/plugins/google-maps/google-maps.js"></script>
70
71
  <script src="./build/plugins/export-docs/export-docs.js"></script>
71
72
  <script src="./build/plugins/paste-from-word/paste-from-word.js"></script>
73
+ <script src="./build/plugins/mobile-view/mobile-view.js"></script>
72
74
  <script src="./config.js"></script>
73
75
  <script>
74
76
  const editor = new Jodit('#editor', {
75
77
  // theme: 'dark',
76
78
  // extraPlugins: ['tune-block'],
77
- buttons: [
78
- 'source',
79
- '|',
80
- {
81
- group: 'font-style',
82
- buttons: []
83
- },
84
- {
85
- group: 'list',
86
- buttons: []
87
- },
88
- {
89
- group: 'font',
90
- buttons: []
91
- },
92
- '|',
93
- 'brush',
94
- 'image',
95
- 'align',
96
- '|',
97
- 'preview',
98
- 'googleMaps',
99
- 'exportDocs'
100
- ],
79
+ // buttons: [
80
+ // 'source',
81
+ // '|',
82
+ // {
83
+ // group: 'font-style',
84
+ // buttons: []
85
+ // },
86
+ // {
87
+ // group: 'list',
88
+ // buttons: []
89
+ // },
90
+ // {
91
+ // group: 'font',
92
+ // buttons: []
93
+ // },
94
+ // '|',
95
+ // 'brush',
96
+ // 'image',
97
+ // 'align',
98
+ // '|',
99
+ // 'preview',
100
+ // 'googleMaps',
101
+ // 'exportDocs'
102
+ // ],
101
103
  // removeButtons: ['changeCase', 'classSpan', 'lineHeight'],
102
104
  width: 762,
103
105
  minHeight: '21px',
104
- // iframe: true,
106
+ iframe: true,
105
107
  // iframeStyle: '',
106
108
  showPlaceholder: false,
107
- iframeCSSLinks: [
108
- 'src/plugins/paste-from-word/assets/content.css',
109
- 'src/plugins/paste-from-word/assets/document-mode.css'
110
- ],
109
+ // iframeCSSLinks: [
110
+ // 'src/plugins/paste-from-word/assets/content.css',
111
+ // 'src/plugins/paste-from-word/assets/document-mode.css'
112
+ // ],
111
113
  defaultFontSizePoints: 'pt',
112
114
  pasteFromWord: {
113
115
  enable: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jodit-pro",
3
- "version": "1.3.27",
3
+ "version": "1.3.28",
4
4
  "author": "Chupurnov Valeriy <chupurnov@gmail.com>",
5
5
  "homepage": "https://xdsoft.net/jodit/pro/",
6
6
  "bugs": {