Skip to content

Commit

Permalink
Revert "Updated TinyMCE to 6.8 via composer 🚀 (#3658)"
Browse files Browse the repository at this point in the history
This reverts commit 0e79abc.
  • Loading branch information
fballiano authored Dec 19, 2023
1 parent 0e79abc commit 862184f
Show file tree
Hide file tree
Showing 170 changed files with 6,971 additions and 172 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
/app/etc/modules/Cm_RedisSession.xml
/lib/Credis

# TinyMCE library
/js/tinymce

# Add a base setup for running unit Tests with code coverage and send them to SonarCloud
# https://github.com/OpenMage/magento-lts/pull/1836
/dev/testfield
Expand Down
15 changes: 2 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,13 @@
"colinmollenhour/magento-redis-session": "^3.2.0",
"cweagans/composer-patches": "^1.7",
"magento-hackathon/magento-composer-installer": "^3.1 || ^2.1 || ^4.0",
"mklkj/tinymce-i18n": "^23.11",
"pelago/emogrifier": "^7.0",
"phpseclib/mcrypt_compat": "^2.0.3",
"phpseclib/phpseclib": "^3.0.14",
"shardj/zf1-future": "1.23.5",
"sreichel/composer-plugin-file-copy": "^1.0",
"symfony/polyfill-php74": "^1.27",
"symfony/polyfill-php80": "^1.27",
"symfony/polyfill-php81": "^1.27",
"tinymce/tinymce": "^6.8"
"symfony/polyfill-php81": "^1.27"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
Expand Down Expand Up @@ -93,13 +90,6 @@
}
},
"extra": {
"file-copy" : [{
"source": "tinymce/tinymce",
"target": "js/tinymce"
}, {
"source": "mklkj/tinymce-i18n/langs6",
"target": "js/tinymce/langs"
}],
"magento-root-dir": ".",
"magento-deploystrategy": "copy",
"magento-deploystrategy-dev": "symlink",
Expand All @@ -125,8 +115,7 @@
"allow-plugins": {
"magento-hackathon/magento-composer-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"cweagans/composer-patches": true,
"sreichel/composer-plugin-file-copy": true
"cweagans/composer-patches": true
},
"platform": {
"php": "7.4"
Expand Down
158 changes: 2 additions & 156 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions js/tinymce/icons/default/icons.min.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions js/tinymce/langs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This is where language files should be placed.

Please DO NOT translate these directly, use this service instead: https://crowdin.com/project/tinymce
1 change: 1 addition & 0 deletions js/tinymce/langs/ar.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/tinymce/langs/az.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/tinymce/langs/be.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/tinymce/langs/bg_BG.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/tinymce/langs/bn_BD.js

Large diffs are not rendered by default.

Loading

0 comments on commit 862184f

Please sign in to comment.