*
* Generated from xml/schema/CRM/Case/CaseType.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:7b3029a4b42f22a060fadb39b7b2c678)
+ * (GenCodeChecksum:92eb680369ce37591734a961f22ce831)
*/
/**
'entity' => 'CaseType',
'bao' => 'CRM_Case_BAO_CaseType',
'localizable' => 0,
+ 'html' => [
+ 'type' => 'Text',
+ ],
'add' => '4.5',
],
'title' => [
'entity' => 'CaseType',
'bao' => 'CRM_Case_BAO_CaseType',
'localizable' => 1,
+ 'html' => [
+ 'type' => 'Text',
+ ],
'add' => '4.5',
],
'description' => [
'entity' => 'CaseType',
'bao' => 'CRM_Case_BAO_CaseType',
'localizable' => 1,
+ 'html' => [
+ 'type' => 'Text',
+ ],
'add' => '4.5',
],
'is_active' => [
'entity' => 'CaseType',
'bao' => 'CRM_Case_BAO_CaseType',
'localizable' => 0,
+ 'html' => [
+ 'type' => 'CheckBox',
+ ],
'add' => '4.5',
],
'is_reserved' => [
'entity' => 'CaseType',
'bao' => 'CRM_Case_BAO_CaseType',
'localizable' => 0,
+ 'html' => [
+ 'type' => 'CheckBox',
+ ],
'add' => '4.5',
],
'weight' => [
'entity' => 'CaseType',
'bao' => 'CRM_Case_BAO_CaseType',
'localizable' => 0,
+ 'html' => [
+ 'type' => 'Number',
+ ],
'add' => '4.5',
],
'definition' => [
* This contains configuration settings for each type of CiviCase.
*
* @see \Civi\Api4\Case
- * @searchable none
+ * @searchable secondary
* @since 5.37
* @package Civi\Api4
*/
<length>64</length>
<required>true</required>
<comment>Machine name for Case Type</comment>
+ <html>
+ <type>Text</type>
+ </html>
<add>4.5</add>
</field>
<index>
<required>true</required>
<localizable>true</localizable>
<comment>Natural language name for Case Type</comment>
+ <html>
+ <type>Text</type>
+ </html>
<add>4.5</add>
</field>
<field>
<length>255</length>
<localizable>true</localizable>
<comment>Description of the Case Type</comment>
+ <html>
+ <type>Text</type>
+ </html>
<add>4.5</add>
</field>
<field>
<title>Case Type Is Active</title>
<type>boolean</type>
<comment>Is this case type enabled?</comment>
+ <html>
+ <type>CheckBox</type>
+ </html>
<default>1</default>
<required>true</required>
<add>4.5</add>
<default>0</default>
<required>true</required>
<comment>Is this case type a predefined system type?</comment>
+ <html>
+ <type>CheckBox</type>
+ </html>
<add>4.5</add>
</field>
<field>
<required>true</required>
<default>1</default>
<comment>Ordering of the case types</comment>
+ <html>
+ <type>Number</type>
+ </html>
<add>4.5</add>
</field>
<field>