Skip to content

Commit

Permalink
MMB-500: Add settings for insurance premium financial type
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Shahrukh committed Nov 10, 2024
1 parent e249cfa commit cbd8b19
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions settings/insurancepremium.setting.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?php
return [
'insurance_premium_financial_type' => [
'group_name' => 'Contribute Preferences',
'group' => 'contribute',
'name' => 'insurance_premium_financial_type',
'html_type' => 'entity_reference',
'add' => '5.51.3',
'type' => 'Integer',
'title' => ts('Financial Type for insurance premium certificate tokens'),
'is_domain' => 1,
'is_contact' => 0,
'description' => '',
'default' => 0,
'help_text' => '',
'settings_pages' => ['contribute' => ['weight' => 15]],
'entity_reference_options' => [
'entity' => 'FinancialType',
'select' => ['minimumInputLength' => 0],
'multiple' => FALSE
],
],
];

0 comments on commit cbd8b19

Please sign in to comment.