octobercms / october

Self-hosted CMS platform based on the Laravel PHP Framework.
https://octobercms.com/
Other
10.99k stars 2.22k forks source link

Allow Maintenance Mode per Site / Site Group #5764

Closed sqwk closed 6 months ago

sqwk commented 8 months ago

Currently one can select different maintenance mode pages per site, but can only toggle the mode on/off globally. Please allow individual maintenance modes per site/site group.

daftspunk commented 6 months ago

This has been added to the next minor release, included as configuration key multisite.cms_maintenance_setting.

https://github.com/octobercms/october/blob/fb583d105f1ef28cf72c776aa8501a111bcd4146/config/multisite.php#L28

Thanks