Release 1.0.0-beta11

This commit is contained in:
codecalm
2022-08-05 11:56:49 +02:00
parent 0b76efb9e9
commit 5c07297182
839 changed files with 509331 additions and 19420 deletions
+7
View File
@@ -0,0 +1,7 @@
// Exports the "nonbreaking" plugin for usage with module loaders
// Usage:
// CommonJS:
// require('tinymce/plugins/nonbreaking')
// ES2015:
// import 'tinymce/plugins/nonbreaking'
require('./plugin.js');