This commit is contained in:
2026-05-31 12:09:14 +08:00
commit e4f9eedb80
1121 changed files with 209380 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
// Exports the "table" plugin for usage with module loaders
// Usage:
// CommonJS:
// require('tinymce/plugins/table')
// ES2015:
// import 'tinymce/plugins/table'
require('./plugin.js');