Skip to content

Commit

Permalink
Fix id for add to nav checkbox.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Nov 14, 2024
1 parent d5c2340 commit e1564e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions application/src/Form/SitePageForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ public function init()
'options' => [
'label' => 'Add to navigation', // @translate
],
'attributes' => [
'id' => 'add_to_navigation',
],
]);
}

Expand Down

0 comments on commit e1564e4

Please sign in to comment.