From c4fba096c2a625f68cfbaf3aa0764bf91afa7199 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 9 Jan 2018 13:26:52 -0500 Subject: [PATCH] changing the text fields to tinymce converting the text areas to tinymce --- views/admin/forSale/edit.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/admin/forSale/edit.html b/views/admin/forSale/edit.html index c3d2046..3ec4857 100644 --- a/views/admin/forSale/edit.html +++ b/views/admin/forSale/edit.html @@ -123,7 +123,7 @@ 'descr', array( 'media_buttons' => false, - 'tinymce' => false, + 'tinymce' => true, // 'quicktags' => false, // 'wpautop' => false, NOTE: Dont's use. Problem when numerous spaces before text. 'textarea_name' => 'descr', @@ -146,7 +146,7 @@ 'terms', array( 'media_buttons' => false, - 'tinymce' => false, + 'tinymce' => true, // 'quicktags' => false, // 'wpautop' => false, NOTE: Dont's use. Problem when numerous spaces before text. 'textarea_name' => 'terms', -- 2.17.1