zxl
2025-08-05 fd97fd802a652dfc45efdd4c58b2ea3b8a70a638
1
2
3
4
5
6
7
// Exports the "template" plugin for usage with module loaders
// Usage:
//   CommonJS:
//     require('tinymce/plugins/template')
//   ES2015:
//     import 'tinymce/plugins/template'
require('./plugin.js');