Initial commit
This commit is contained in:
9
resources/mix/vendors/tinymce/tinymce.js
vendored
Normal file
9
resources/mix/vendors/tinymce/tinymce.js
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
// 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/themes/mobile/theme.js',
|
||||
'node_modules/tinymce/icons/default/icons.js',
|
||||
// 'node_modules/tinymce/plugins/**/plugin',
|
||||
];
|
Reference in New Issue
Block a user