Skip to content

Add site limit#14307

Merged
brandonkelly merged 12 commits into5.0from
feature/cms-1256-limit-sites-via-config
Feb 6, 2024
Merged

Add site limit#14307
brandonkelly merged 12 commits into5.0from
feature/cms-1256-limit-sites-via-config

Conversation

@timkelty
Copy link
Copy Markdown
Contributor

@timkelty timkelty commented Feb 6, 2024

Defaults to 100. Configure via app.php:

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

@linear
Copy link
Copy Markdown

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
@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