missed a field when setting text areas to tinymce
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 9 Jan 2018 18:18:29 +0000 (13:18 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 9 Jan 2018 18:18:29 +0000 (13:18 -0500)
forgot a field when changing the text areas to tinymce

views/admin/jobs/edit.html

index e996dfe..5446ca4 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',