Skip to content

Commit

Permalink
Fixed keywords bug in dynamic landing_pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnar Eivind Martinsen committed Nov 30, 2023
1 parent 4d27611 commit 7cbda38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metsis/metsis_lib/src/Form/KeywordsForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function buildForm(array $form, FormStateInterface $form_state, $fields =

$form[$vocab_tag] = [
'#type' => 'details',
'#title' => $this->t('@vocab', ['@bocab' => $vocab]),
'#title' => $this->t('@vocab', ['@vocab' => $vocab]),
'#weight' => '0',
'#group' => 'keywords',
'#attributes' => [
Expand Down

0 comments on commit 7cbda38

Please sign in to comment.