You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
217 B

4 years ago
  1. // Exports the "textpattern" plugin for usage with module loaders
  2. // Usage:
  3. // CommonJS:
  4. // require('tinymce/plugins/textpattern')
  5. // ES2015:
  6. // import 'tinymce/plugins/textpattern'
  7. require('./plugin.js');