zhanghua
2025-09-10 4f2e99d36d44d83befa607bc26cf1bf9b0bfcb6f
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');