mirror of
https://gitee.com/gz-yami/mall4j.git
synced 2026-03-22 09:17:16 +08:00
8 lines
389 B
JavaScript
8 lines
389 B
JavaScript
// Any plugins you want to use has to be imported
|
|
// Detail plugins list see https://www.tinymce.com/docs/plugins/
|
|
// Custom builds see https://www.tinymce.com/download/custom-builds/
|
|
|
|
const plugins = ['paste preview anchor autolink codesample emoticons image link lists media searchreplace table visualblocks wordcount pagebreak insertdatetime fullscreen code']
|
|
|
|
export default plugins
|