Skip to content

Commit

Permalink
Merge pull request #18411 from MegaphoneJon/pcp-wysiwyg
Browse files Browse the repository at this point in the history
CRM-9362: PCP 'Your Message' should use WYSIWYG
  • Loading branch information
eileenmcnaughton authored Oct 14, 2020
2 parents 14033e0 + 61e99a5 commit 96879c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/PCP/Form/Campaign.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public function buildQuickForm() {
}

$attrib = ['rows' => 8, 'cols' => 60];
$this->add('textarea', 'page_text', ts('Your Message'), NULL, FALSE);
$this->add('wysiwyg', 'page_text', ts('Your Message'), NULL, FALSE);

$maxAttachments = 1;
CRM_Core_BAO_File::buildAttachment($this, 'civicrm_pcp', $this->_pageId, $maxAttachments);
Expand Down

0 comments on commit 96879c1

Please sign in to comment.