diff --git a/app/Views/templates/admin/footer.php b/app/Views/templates/admin/footer.php index a3ffb9c..f9799eb 100644 --- a/app/Views/templates/admin/footer.php +++ b/app/Views/templates/admin/footer.php @@ -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,