Skip to content

Commit

Permalink
Merge 8acc546 into a173588
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed May 2, 2024
2 parents a173588 + 8acc546 commit e6fd069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/admin/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ class AddPageForm(BasePageContentForm):
widget=forms.HiddenInput(),
)
content_defaults = {
"in_navigation": True,
"in_navigation": get_cms_setting("DEFAULT_IN_NAVIGATION"),
}

class Meta:
Expand Down

0 comments on commit e6fd069

Please sign in to comment.