User tests: Successful: Unsuccessful:
Pull Request for Issue #43110 and redo of #43909 .
This PR updates TinyMCE from version 6 to 8. The PR is based on the work of @brianteeman in #43909. Following is the description from his original PR:
The majority of changes with 7.x do not impact us as they are for the premium version and the premium plugins. Other changes are really just bug fixes and accessibility improvements.
The full changelog for the open source release of tinymce can be found here
Set tinymce to be used under the gpl licence. https://www.tiny.cloud/docs/tinymce/latest/license-key/#use-tinymce-with-the-gplv2-license - without this change a console warning is displayed
The one change that does need testing is sandbox_iframes
Test all editor-xtd buttons
Test any third party plugin eg https://github.com/brianteeman/slashtools
This uses one of the few breaking changes so should fail https://www.tiny.cloud/docs/tinymce/latest/migration-from-6x/#the-autocompleter-ch-configuration-property-has-been-removed-use-the-trigger-property-instead I will make a new release of it but I am not aware of any other plugin using this.
Test drag and drop images
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | NPM Change Front End Plugins |
You missed adding the new language strings
Labels |
Added:
NPM Resource Changed
PR-6.0-dev
|
Category | NPM Change Front End Plugins | ⇒ | Administration Language & Strings NPM Change Front End Plugins |
Thanks, should be fixed.
Labels |
Added:
Language Change
|
Thanks @Hackwar