Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
20 | public function updateCMSFields(\SilverStripe\Forms\FieldList $fields) |
||
21 | { |
||
22 | $fields->insertAfter( |
||
23 | 'Groups', |
||
24 | CheckboxField::create( |
||
25 | 'DisableMatomo', |
||
26 | 'Disable Matomo Analytics tracking' |
||
27 | )->setDescription( |
||
28 | 'Allow the member to opt-out of Matomo Analytics tracking' |
||
29 | ) |
||
33 |