clara/resources/mix/vendors/tinymce/tinymce.js

8 lines
293 B
JavaScript
Raw Normal View History

2023-04-11 09:21:20 +00:00
// 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',
];