vhost init...3

This commit is contained in:
최준흠 2024-05-14 14:37:21 +09:00
parent b0ea9482c6
commit 02c82ff509

View File

@ -30,8 +30,7 @@
// class가 editor인 textarea용
tinymce.init({
selector: 'textarea.editor',
plugins: ['code', 'image'],
toolbar: 'image',
plugins: ['code', 'image', 'preview', 'table', 'emoticons', 'autoresize'],
height: 600,
// content_style: 'body { font-family:Helvetica,Arial,sans-serif; font-size:16px }'
automatic_uploads: false,