diff --git a/CRM/Event/Tokens.php b/CRM/Event/Tokens.php index 91d5a8797b4c..b8426556190f 100644 --- a/CRM/Event/Tokens.php +++ b/CRM/Event/Tokens.php @@ -49,6 +49,7 @@ protected function getBespokeTokens(): array { 'type' => 'calculated', 'options' => NULL, 'data_type' => 'String', + 'audience' => 'user', ], 'info_url' => [ 'title' => ts('Event Info URL'), @@ -56,6 +57,7 @@ protected function getBespokeTokens(): array { 'type' => 'calculated', 'options' => NULL, 'data_type' => 'String', + 'audience' => 'user', ], 'registration_url' => [ 'title' => ts('Event Registration URL'), @@ -63,6 +65,7 @@ protected function getBespokeTokens(): array { 'type' => 'calculated', 'options' => NULL, 'data_type' => 'String', + 'audience' => 'user', ], 'contact_email' => [ 'title' => ts('Event Contact Email'), @@ -70,6 +73,7 @@ protected function getBespokeTokens(): array { 'type' => 'calculated', 'options' => NULL, 'data_type' => 'String', + 'audience' => 'user', ], 'contact_phone' => [ 'title' => ts('Event Contact Phone'), @@ -77,6 +81,7 @@ protected function getBespokeTokens(): array { 'type' => 'calculated', 'options' => NULL, 'data_type' => '', + 'audience' => 'user', ], ]; }