We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Setting a siteName array in general.php does not work as documented at https://docs.craftcms.com/api/v3/craft-config-generalconfig.html#property-sitename
'siteName' => [ 'default' => 'Primary Site', 'secondary' => 'Secondary Site', ],
The issue appears to be in sites.php line 1039:
sites.php
cms/src/services/Sites.php
Lines 1039 to 1041 in ebfec3e
The text was updated successfully, but these errors were encountered:
Fixes craftcms#2968
2362853
craftcms#2968
Merge pull request #2969 from ademers/develop
2ed8ccb
Fixes #2968
Changelog for #2968 / #2969
605c381
Successfully merging a pull request may close this issue.
Description
Setting a siteName array in general.php does not work as documented at https://docs.craftcms.com/api/v3/craft-config-generalconfig.html#property-sitename
Steps to reproduce
The issue appears to be in
sites.php
line 1039:cms/src/services/Sites.php
Lines 1039 to 1041 in ebfec3e
Additional info
The text was updated successfully, but these errors were encountered: