mailtrain/client/static/mosaico/vendor/plugins/textpattern/index.js
Tomas Bures 63765f7222 Client's public folder renamed to static
Regular campaign sender seems to have most of the code in place. (Not tested.)
2018-09-18 10:30:13 +02:00

7 lines
No EOL
217 B
JavaScript

// Exports the "textpattern" plugin for usage with module loaders
// Usage:
// CommonJS:
// require('tinymce/plugins/textpattern')
// ES2015:
// import 'tinymce/plugins/textpattern'
require('./plugin.js');