create new field for TwingleProject url
This commit is contained in:
parent
4f87c65663
commit
7168b1a07b
4 changed files with 19 additions and 13 deletions
|
@ -18,8 +18,8 @@ function _civicrm_api3_twingle_form_Create_spec(array &$spec) {
|
|||
'api.required' => 1,
|
||||
'description' => E::ts('ID of the TwingleProject campaign'),
|
||||
];
|
||||
$spec['page'] = [
|
||||
'name' => 'page',
|
||||
$spec['url'] = [
|
||||
'name' => 'url',
|
||||
'title' => E::ts('TwingleProject Page URL'),
|
||||
'type' => CRM_Utils_Type::T_STRING,
|
||||
'api.required' => 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue