Skip to content

Commit 28331ce

Browse files
committed
Remove hybrid beta message in setttings form
1 parent 8ab1b0e commit 28331ce

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/Plugin/KeyInput/ApigeeAuthKeyInput.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,6 @@ public function buildConfigurationForm(array $form, FormStateInterface $form_sta
8888
],
8989
'#default_value' => $values['instance_type'] ?? 'public',
9090
];
91-
$form['hybrid_support_info'] = [
92-
'#type' => 'fieldset',
93-
'#title' => $this->t('Support for Apigee hybrid'),
94-
'#description' => $this->t('Support for Apigee hybrid in the Apigee modules is in Beta. Connecting to a hybrid organization is appropriate for evaluation and testing purposes during this pre-production stage.'),
95-
96-
'#states' => [
97-
'visible' => $state_for_hybrid,
98-
],
99-
];
10091
$form['auth_type'] = [
10192
'#type' => 'select',
10293
'#title' => $this->t('Authentication type'),

0 commit comments

Comments
 (0)