-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[5.0] Fix the code+ tinyMCE plugin #40679
Conversation
@dgrammatiko Why that? And would |
Because the minification of the html file for the plugin is not in the joomla-cms/build/build-modules-js/init/exemptions/tinymce.es6.js Lines 72 to 91 in 6e57d75
The |
I have tested this item ✅ successfully on a2187ff This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/40679. |
1 similar comment
I have tested this item ✅ successfully on a2187ff This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/40679. |
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/40679. |
Thanks |
do we have the codemirror parameters in the codemirror plugin? and can we get the options from this plugin? @dgrammatiko |
The parameters are exposed to the php side here: #40682 |
Pull Request for Issue # .
supplementary to #40626
Summary of Changes
The settings were set directly into the editor object, now the options interface is used (register)
Testing Instructions
Run
npm I
and check that the view->source code works as expected (note:npm run build:js
is not ok here)Actual result BEFORE applying this Pull Request
broken
Expected result AFTER applying this Pull Request
Not broken
Link to documentations
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
@HLeithner