*
* Generated from xml/schema/CRM/Core/OptionGroup.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:6d1ca6dc8aa693e7b26bb19b731b0b55)
+ * (GenCodeChecksum:1d5fad72032ebfdfdce93a4b29f97542)
*/
/**
'entity' => 'OptionGroup',
'bao' => 'CRM_Core_BAO_OptionGroup',
'localizable' => 0,
+ 'html' => [
+ 'type' => 'Text',
+ ],
'add' => '1.5',
],
'title' => [
'name' => 'title',
'type' => CRM_Utils_Type::T_STRING,
- 'title' => ts('Option Group title'),
+ 'title' => ts('Option Group Title'),
'description' => ts('Option Group title.'),
'maxlength' => 255,
'size' => CRM_Utils_Type::HUGE,
'entity' => 'OptionGroup',
'bao' => 'CRM_Core_BAO_OptionGroup',
'localizable' => 1,
+ 'html' => [
+ 'type' => 'Text',
+ ],
'add' => '1.5',
],
'description' => [
'entity' => 'OptionGroup',
'bao' => 'CRM_Core_BAO_OptionGroup',
'localizable' => 1,
+ 'html' => [
+ 'type' => 'Text',
+ ],
'add' => '1.5',
],
'data_type' => [
'is_reserved' => [
'name' => 'is_reserved',
'type' => CRM_Utils_Type::T_BOOLEAN,
- 'title' => ts('Option Group Is Reserved?'),
+ 'title' => ts('Option Group Is Reserved'),
'description' => ts('Is this a predefined system option group (i.e. it can not be deleted)?'),
'required' => TRUE,
'where' => 'civicrm_option_group.is_reserved',
'entity' => 'OptionGroup',
'bao' => 'CRM_Core_BAO_OptionGroup',
'localizable' => 0,
+ 'html' => [
+ 'type' => 'CheckBox',
+ 'label' => ts("Reserved"),
+ ],
'add' => '1.5',
],
'is_active' => [
'name' => 'is_active',
'type' => CRM_Utils_Type::T_BOOLEAN,
- 'title' => ts('Option Group Is Active?'),
+ 'title' => ts('Enabled'),
'description' => ts('Is this option group active?'),
'required' => TRUE,
'where' => 'civicrm_option_group.is_active',
'entity' => 'OptionGroup',
'bao' => 'CRM_Core_BAO_OptionGroup',
'localizable' => 0,
+ 'html' => [
+ 'type' => 'CheckBox',
+ 'label' => ts("Locked"),
+ ],
'add' => '4.5',
],
'option_value_fields' => [
<required>true</required>
<comment>Option group name. Used as selection key by class properties which lookup options in civicrm_option_value.</comment>
<add>1.5</add>
+ <html>
+ <type>Text</type>
+ </html>
</field>
<field>
<name>title</name>
- <title>Option Group title</title>
+ <title>Option Group Title</title>
<type>varchar</type>
<length>255</length>
<localizable>true</localizable>
<comment>Option Group title.</comment>
<add>1.5</add>
+ <html>
+ <type>Text</type>
+ </html>
</field>
<field>
<name>description</name>
<localizable>true</localizable>
<comment>Option group description.</comment>
<add>1.5</add>
+ <html>
+ <type>Text</type>
+ </html>
</field>
<field>
<name>data_type</name>
</field>
<field>
<name>is_reserved</name>
- <title>Option Group Is Reserved?</title>
+ <title>Option Group Is Reserved</title>
<type>boolean</type>
<default>1</default>
<required>true</required>
<comment>Is this a predefined system option group (i.e. it can not be deleted)?</comment>
<add>1.5</add>
+ <html>
+ <type>CheckBox</type>
+ <label>Reserved</label>
+ </html>
</field>
<field>
<name>is_active</name>
- <title>Option Group Is Active?</title>
+ <title>Enabled</title>
<type>boolean</type>
<default>1</default>
<required>true</required>
<required>true</required>
<comment>A lock to remove the ability to add new options via the UI.</comment>
<add>4.5</add>
+ <html>
+ <type>CheckBox</type>
+ <label>Locked</label>
+ </html>
</field>
<field>
<name>option_value_fields</name>