From: Anthony Talarico Date: Tue, 9 Jan 2018 18:16:43 +0000 (-0500) Subject: setting text area fields to tinymce fields X-Git-Tag: v1.0.0~1^2~9 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=616adb3a3531661b322c95084c9d4153d1d35e23;p=WP-Plugins%2Fglm-member-db-jobs.git setting text area fields to tinymce fields setting all of the admin fields to be tinymce fields --- diff --git a/views/admin/jobs/edit.html b/views/admin/jobs/edit.html index 0cf03ec..e996dfe 100644 --- a/views/admin/jobs/edit.html +++ b/views/admin/jobs/edit.html @@ -126,7 +126,7 @@ 'facility_operation', array( 'media_buttons' => false, - 'tinymce' => false, + 'tinymce' => true, // 'quicktags' => false, // 'wpautop' => false, NOTE: Dont's use. Problem when numerous spaces before text. 'textarea_name' => 'facility_operation', @@ -172,7 +172,7 @@ 'requirements', array( 'media_buttons' => false, - 'tinymce' => false, + 'tinymce' => true, // 'quicktags' => false, // 'wpautop' => false, NOTE: Dont's use. Problem when numerous spaces before text. 'textarea_name' => 'requirements', @@ -196,7 +196,7 @@ 'benefits', array( 'media_buttons' => false, - 'tinymce' => false, + 'tinymce' => true, // 'quicktags' => false, // 'wpautop' => false, NOTE: Dont's use. Problem when numerous spaces before text. 'textarea_name' => 'benefits', @@ -255,7 +255,7 @@ 'job_location', array( 'media_buttons' => false, - 'tinymce' => false, + 'tinymce' => true, // 'quicktags' => false, // 'wpautop' => false, NOTE: Dont's use. Problem when numerous spaces before text. 'textarea_name' => 'job_location', @@ -278,7 +278,7 @@ 'resume_location', array( 'media_buttons' => false, - 'tinymce' => false, + 'tinymce' => true, // 'quicktags' => false, // 'wpautop' => false, NOTE: Dont's use. Problem when numerous spaces before text. 'textarea_name' => 'resume_location',