Skip to content

Commit 6acd635

Browse files
committed
Updated Text Editor
1 parent cd62ca3 commit 6acd635

File tree

3 files changed

+25
-22
lines changed

3 files changed

+25
-22
lines changed

js/components/fields/TextEditorField.vue

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,14 @@ export default {
9090
media: Media,
9191
image: SimpleImage,
9292
embed: Embed,
93-
table: Table,
93+
table: {
94+
class: Table,
95+
inlineToolbar: true,
96+
config: {
97+
rows: 2,
98+
cols: 3,
99+
},
100+
},
94101
warning: {
95102
class: Warning,
96103
inlineToolbar: true,

package-lock.json

Lines changed: 15 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "umomega-foundation",
3-
"version": "1.20.0",
3+
"version": "1.20.6",
44
"description": "UI Foundation For umΩ Apps",
55
"sass": "foundation-ui.sass",
66
"main": "foundation-ui.js",
@@ -55,7 +55,7 @@
5555
"axios-progress-bar": "^1.2.0",
5656
"cash-dom": "^8.1.1",
5757
"editorjs-hyperlink": "^1.0.6",
58-
"editorjs-style": "^3.0.3",
58+
"editorjs-style": "^2.2.0",
5959
"editorjs-undo": "^2.0.1",
6060
"lang.js": "^1.1.14",
6161
"luxon": "^1.28.0",

0 commit comments

Comments
 (0)