Skip to content

Commit

Permalink
Merge pull request #602 from tractorcow/fix/4.4/duplicate-siteconfig
Browse files Browse the repository at this point in the history
Prevent duplicate siteconfigs when localised
  • Loading branch information
robbieaverill authored Apr 8, 2020
2 parents 0176dd4 + 7e6d36d commit dd4ae73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _config/model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ SilverStripe\ORM\DataObject:
cms_publish_required: false
frontend_publish_required: true
apply_filtered_locales_to_stage: true

# Prevent duplicate siteconfigs when localised
SilverStripe\SiteConfig\SiteConfig:
frontend_publish_required: false

0 comments on commit dd4ae73

Please sign in to comment.