1234567891011121314151617181920 |
- exports.ids = [44];
- exports.modules = {
- /***/ 192:
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
- "use strict";
- __webpack_require__.r(__webpack_exports__);
- // Any plugins you want to use has to be imported
- // Detail plugins list see https://www.tinymce.com/docs/plugins/
- // Custom builds see https://www.tinymce.com/download/custom-builds/
- const plugins = ['advlist autolink autosave code colorpicker colorpicker contextmenu directionality fullscreen hr insertdatetime link lists nonbreaking noneditable paste preview print save spellchecker tabfocus table template textcolor textpattern visualblocks visualchars wordcount'];
- //anchor codesample emoticons pagebreak searchreplace image imagetools media
- /* harmony default export */ __webpack_exports__["default"] = (plugins);
- /***/ })
- };;
- //# sourceMappingURL=tinymce-plugins.js.map
|