관리-도구
편집 파일: index.js
// Exports the "autoresize" plugin for usage with module loaders // Usage: // CommonJS: // require('tinymce/plugins/autoresize') // ES2015: // import 'tinymce/plugins/autoresize' require('./plugin.js');