Basic site editor

This commit is contained in:
Simon Martens
2026-01-14 18:52:57 +01:00
parent 3732b128db
commit f724cdf975
549 changed files with 324463 additions and 80 deletions

View File

@@ -0,0 +1,7 @@
// Exports the "preview" plugin for usage with module loaders
// Usage:
// CommonJS:
// require('tinymce/plugins/preview')
// ES2015:
// import 'tinymce/plugins/preview'
require('./plugin.js');