changing the text fields to tinymce
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 9 Jan 2018 18:26:52 +0000 (13:26 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 9 Jan 2018 18:26:52 +0000 (13:26 -0500)
converting the text areas to tinymce

views/admin/forSale/edit.html

index c3d2046..3ec4857 100644 (file)
               
                     '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',
                   
                         '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',