This commit is contained in:
2026-03-31 12:28:51 +08:00
parent df29bbbfd9
commit 654724a213
2561 changed files with 108 additions and 0 deletions
@@ -0,0 +1,7 @@
// Exports the "template" plugin for usage with module loaders
// Usage:
// CommonJS:
// require('tinymce/plugins/template')
// ES2015:
// import 'tinymce/plugins/template'
require('./plugin.js');