From 02c82ff5093558afdf0896084545ea0dbe5a95ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Tue, 14 May 2024 14:37:21 +0900 Subject: [PATCH] vhost init...3 --- app/Views/templates/admin/footer.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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,