Skip to content

Commit 6d33169

Browse files
committed
feat: initial conversion to TinyMCE 6
1 parent fa05cd8 commit 6d33169

File tree

169 files changed

+5228
-23363
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+5228
-23363
lines changed

.babelrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"plugins": ["add-module-exports"],
3+
"presets": [
4+
["@babel/preset-env", { "targets": "> 0.25%, not dead" }]
5+
]
6+
}

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,7 @@ nbproject
3131
ehthumbs.db
3232
Thumbs.db
3333
node_modules
34+
35+
# Packages #
36+
############
37+
_packages

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
20

_build/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"systemSettings": [
2424
{
2525
"key": "plugins",
26-
"value": "autoresize advlist autolink lists charmap print preview anchor visualblocks searchreplace code fullscreen insertdatetime media table paste modxlink modximage modai",
26+
"value": "advlist autolink lists charmap preview anchor visualblocks searchreplace code fullscreen insertdatetime media table image modxlink modai",
2727
"area": "tinymcerte.default"
2828
},
2929
{
@@ -82,7 +82,7 @@
8282
},
8383
{
8484
"key": "skin",
85-
"value": "modx",
85+
"value": "oxide",
8686
"area": "tinymcerte.default"
8787
},
8888
{
@@ -126,7 +126,7 @@
126126
},
127127
{
128128
"key": "toolbar1",
129-
"value": "undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image | modai_generate modai_enhance",
129+
"value": "undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | modxlink image",
130130
"area": "tinymcerte.toolbar"
131131
},
132132
{

_packages/.gitignore

Whitespace-only changes.
-528 KB
Binary file not shown.
-639 KB
Binary file not shown.
-880 KB
Binary file not shown.
-880 KB
Binary file not shown.
-880 KB
Binary file not shown.

0 commit comments

Comments
 (0)