Actions
Feature #12490
openLoading Plugins in QFQ - see what tinymce does. (lazy loading)
Start date:
04.05.2021
Due date:
% Done:
0%
Estimated time:
Discuss:
Prio Planung:
Vote:
Description
- make tinymce plugin into a standard tinymce plugin
- see if we can use the loading method for qfq plugins
Related issues
Updated by Benjamin Baer over 2 years ago
https://github.com/tinymce/tinymce/blob/develop/modules/tinymce/src/core/main/ts/api/AddOnManager.ts
It seems to just load all plugins within the folder plugins.
To add tinymce plugin: in grunt uglify, export to 'typo3_js' + 'plugins/pluginname/plugin.min.js'
Example charactercount:
[...] uglify: { [...] qfqTinyMCECharCount: { src: ['javascript/src/Plugins/tinymce.charcount.js'], dest: typo3_js + 'plugins/charactercount/plugin.min.js' }, }, [...]
Updated by Carsten Rose over 1 year ago
- Related to Feature #12611: Refactoring: Bootstrap with Lazy Loading added
Updated by Carsten Rose over 1 year ago
- Related to Feature #10013: FE.typ=editor: CodeMirror added
Updated by Carsten Rose over 1 year ago
- Related to Feature #7732: Javascript: Lazy Loading der add on libs added
Updated by Carsten Rose over 1 year ago
- Target version changed from next5 to 24.3.0
Actions