Merge pull request #23169 from totten/master-authx-info
[civicrm-core.git] / ext / financialacls / settings / financialacls.setting.php
CommitLineData
a572646e
EM
1<?php
2return [
3 'acl_financial_type' => [
4 'group_name' => 'Contribute Preferences',
5 'group' => 'contribute',
6 'name' => 'acl_financial_type',
7 'type' => 'Boolean',
8 'html_type' => 'checkbox',
9 'quick_form_type' => 'Element',
10 'default' => 0,
11 'add' => '4.7',
12 'title' => ts('Enable Access Control by Financial Type'),
13 'is_domain' => 1,
14 'is_contact' => 0,
15 'help_text' => NULL,
16 'help' => ['id' => 'acl_financial_type'],
17 'settings_pages' => ['contribute' => ['weight' => 30]],
18 'on_change' => [
19 'financialacls_toggle',
20 ],
21 ],
22];