Files

7 lines
196 B
JavaScript
Raw Permalink Normal View History

2025-01-04 00:34:03 +01:00
// Exports the "help" plugin for usage with module loaders
// Usage:
// CommonJS:
// require('tinymce/plugins/help')
// ES2015:
// import 'tinymce/plugins/help'
require('./plugin.js');