SearchKit - Prevent errors trying to orderBy nonaggregated columns when using groupBy
[civicrm-core.git] / ext / oauth-client / settings / OAuthClient.setting.php
1 <?php
2 return [
3 'oauthClientRedirectUrl' => [
4 'group_name' => 'Developer Preferences',
5 'group' => 'developer',
6 'name' => 'oauthClientRedirectUrl',
7 'type' => 'String',
8 'quick_form_type' => 'Element',
9 'html_type' => 'text',
10 'default' => NULL,
11 'add' => '5.32',
12 'title' => ts('Redirect URL'),
13 'is_domain' => 1,
14 'is_contact' => 0,
15 'description' => ts('Override the redirect URL for OAuth2 requests. This is an absolute URL which should be equivalent to "civicrm/oauth-client/return".'),
16 ],
17 ];