Skip to content
Snippets Groups Projects

Turn the `metatagai_token` control into a textarea

Open Stavros Kounis requested to merge issue/metatag_ai-3481140:1.0.x into 1.0.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -88,7 +88,7 @@ class MetatagAIConfigForm extends ConfigFormBase {
];
$form['openai']['metatagai_token'] = [
'#type' => 'textfield',
'#type' => 'textarea',
'#title' => $this->t('OpenAI Access Token'),
'#description' => $this->t('Please provide the OpenAI Access Token here.'),
'#default_value' => $config->get('metatag_ai.metatagai_token'),
Loading