Initial commit

This commit is contained in:
Daeng Deni Mardaeni
2023-07-03 14:33:24 +07:00
commit 6210e33a3b
3798 changed files with 258149 additions and 0 deletions

View 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',
];