Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add site limit #14307

Merged
merged 12 commits into from
Feb 6, 2024
Merged

Add site limit #14307

merged 12 commits into from
Feb 6, 2024

Conversation

timkelty
Copy link
Contributor

@timkelty timkelty commented Feb 6, 2024

Defaults to 100. Configure via app.php:

return [
    // ...
    'components' => [
        'sites' => [
            'maxSites' => 101,
        ],
    ],
];

Copy link

linear bot commented Feb 6, 2024

@timkelty timkelty changed the title Feature/cms 1256 limit sites via config Add site limit Feb 6, 2024
@timkelty timkelty requested a review from brandonkelly February 6, 2024 14:37
@brandonkelly brandonkelly merged commit a7665ca into 5.0 Feb 6, 2024
3 checks passed
@brandonkelly brandonkelly deleted the feature/cms-1256-limit-sites-via-config branch February 6, 2024 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants