1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-24 02:38:15 +04:00

Release 1.0.0-beta15

This commit is contained in:
codecalm
2022-11-01 21:19:32 +01:00
parent 003410dbb5
commit 7586d97b1c
1305 changed files with 478582 additions and 1009 deletions

View File

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