
Changeing the file type is necessary to use the ts() function during custom field creation. Added new custom fields to map the donation form settings.
10 lines
243 B
PHP
10 lines
243 B
PHP
<?php
|
|
|
|
return [
|
|
"twingle_event_donation" => [
|
|
"name" => "twingle_event_donation",
|
|
"label" => "Twingle Event",
|
|
"description" => "A soft credit type for TwingleEvent initiators.",
|
|
"option_group_id" => "soft_credit_type"
|
|
]
|
|
];
|