
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.
18 lines
379 B
PHP
18 lines
379 B
PHP
<?php
|
|
|
|
return [
|
|
"TwingleProject" => [
|
|
"name" => "title",
|
|
"last_update" => "last_modified_date",
|
|
"project_target" => "goal_revenue",
|
|
"counter-url" => "counter",
|
|
"embed" => "embed_codes"
|
|
],
|
|
"TwingleEvent" => [
|
|
"description" => "title",
|
|
"updated_at" => "last_modified_date",
|
|
"created_at" => "start_date",
|
|
"target" => "goal_revenue"
|
|
]
|
|
];
|
|
|