clara/resources/mix/vendors/tinymce/tinymce.js
2023-09-26 16:39:39 +07:00

8 lines
293 B
JavaScript

// TinyMCE: The rich text editor built to scale, designed to innovate, and developed in open source: https://www.tiny.cloud/
module.exports = [
'node_modules/tinymce/tinymce.min.js',
'node_modules/tinymce/themes/silver/theme.js',
'node_modules/tinymce/icons/default/icons.js',
];