diff --git a/ao.php b/ao.php index e9d3fdbd859fcb360ddf057e3f6081e54e3cbd7a..a5ac999e13287cd2ee8eb5e94c9727c040708bcf 100644 --- a/ao.php +++ b/ao.php @@ -320,6 +320,9 @@ function ao_civicrm_buildForm($formName, &$form) { $params = ['entity' => 'address']; $form->addField("address[1][name]", $params); } + if ($formName == 'CRM_Event_Form_ManageEvent_EventInfo') { + $form->add('wysiwyg', 'summary', ts('Event Summary'), CRM_Core_DAO::getAttribute('CRM_Event_DAO_Event')['summary']); + } if ($formName == 'CRM_Contribute_Form_Contribution_Main') { CRM_Core_Resources::singleton()->addScript( "CRM.$(function($) {