],
'civicrm_event' => [
'title' => [
+ 'label' => "Title",
'type' => "Text",
],
'summary' => [
+ 'label' => "Summary",
'type' => "TextArea",
'rows' => "4",
'cols' => "60",
],
'description' => [
+ 'label' => "Description",
'type' => "RichTextEditor",
'rows' => "8",
'cols' => "60",
'type' => "Text",
],
'event_full_text' => [
+ 'label' => "Event Full Message",
'type' => "TextArea",
'rows' => "4",
'cols' => "60",
*
* Generated from xml/schema/CRM/Event/Event.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:52019312abec7e5c00cc499d0c547ef0)
+ * (GenCodeChecksum:82ed6a487ce2639e83cada1ac876c895)
*/
/**
'localizable' => 0,
'html' => [
'type' => 'Number',
+ 'label' => ts("ID"),
],
'readonly' => TRUE,
'add' => '1.7',
'localizable' => 1,
'html' => [
'type' => 'Text',
+ 'label' => ts("Title"),
],
'add' => '1.7',
],
'localizable' => 1,
'html' => [
'type' => 'TextArea',
+ 'label' => ts("Summary"),
],
'add' => '1.7',
],
'localizable' => 1,
'html' => [
'type' => 'RichTextEditor',
+ 'label' => ts("Description"),
],
'add' => '1.7',
],
'localizable' => 0,
'html' => [
'type' => 'Select',
+ 'label' => ts("Type"),
],
'pseudoconstant' => [
'optionGroupName' => 'event_type',
'localizable' => 0,
'html' => [
'type' => 'CheckBox',
+ 'label' => ts("Public"),
],
'add' => '1.7',
],
'html' => [
'type' => 'Select Date',
'formatType' => 'activityDateTime',
+ 'label' => ts("Start Date"),
],
'add' => '1.7',
],
'html' => [
'type' => 'Select Date',
'formatType' => 'activityDateTime',
+ 'label' => ts("End Date"),
],
'add' => '1.7',
],
'localizable' => 0,
'html' => [
'type' => 'CheckBox',
+ 'label' => ts("Online Registration"),
],
'add' => '1.7',
],
'localizable' => 1,
'html' => [
'type' => 'TextArea',
+ 'label' => ts("Event Full Message"),
],
'add' => '1.7',
],
'localizable' => 0,
'html' => [
'type' => 'CheckBox',
+ 'label' => ts("Paid Event"),
],
'add' => '1.7',
],
'{event.title}' => 'Event Title',
'{event.start_date}' => 'Event Start Date',
'{event.end_date}' => 'Event End Date',
- '{event.event_type_id:label}' => 'Event Type',
+ '{event.event_type_id:label}' => 'Type',
'{event.summary}' => 'Event Summary',
'{event.contact_email}' => 'Event Contact Email',
'{event.contact_phone}' => 'Event Contact Phone',
<required>true</required>
<comment>Event</comment>
<html>
+ <label>ID</label>
<type>Number</type>
</html>
<add>1.7</add>
<localizable>true</localizable>
<comment>Event Title (e.g. Fall Fundraiser Dinner)</comment>
<html>
+ <label>Title</label>
<type>Text</type>
</html>
<add>1.7</add>
<type>text</type>
<title>Event Summary</title>
<html>
+ <label>Summary</label>
<type>TextArea</type>
<rows>4</rows>
<cols>60</cols>
<uniqueName>event_description</uniqueName>
<title>Event Description</title>
<html>
+ <label>Description</label>
<type>RichTextEditor</type>
<rows>8</rows>
<cols>60</cols>
<optionGroupName>event_type</optionGroupName>
</pseudoconstant>
<html>
+ <label>Type</label>
<type>Select</type>
</html>
<comment>Event Type ID.Implicit FK to civicrm_option_value where option_group = event_type.</comment>
<comment>Public events will be included in the iCal feeds. Access to private event information may be limited using ACLs.</comment>
<add>1.7</add>
<html>
+ <label>Public</label>
<type>CheckBox</type>
</html>
</field>
<comment>Date and time that event starts.</comment>
<add>1.7</add>
<html>
+ <label>Start Date</label>
<type>Select Date</type>
<formatType>activityDateTime</formatType>
</html>
<comment>Date and time that event ends. May be NULL if no defined end date/time</comment>
<add>1.7</add>
<html>
+ <label>End Date</label>
<type>Select Date</type>
<formatType>activityDateTime</formatType>
</html>
<comment>If true, include registration link on Event Info page.</comment>
<add>1.7</add>
<html>
+ <label>Online Registration</label>
<type>CheckBox</type>
</html>
</field>
<type>text</type>
<title>Event Information</title>
<html>
+ <label>Event Full Message</label>
<type>TextArea</type>
<rows>4</rows>
<cols>60</cols>
<comment>If true, one or more fee amounts must be set and a Payment Processor must be configured for Online Event Registration.</comment>
<add>1.7</add>
<html>
+ <label>Paid Event</label>
<type>CheckBox</type>
</html>
</field>
<comment>Is this Event enabled or disabled/cancelled?</comment>
<add>1.7</add>
<html>
+ <label>Enabled</label>
<type>CheckBox</type>
<label>Enabled</label>
</html>