Samantha Miller
Samantha Miller
We had this issue on a client project that is upgrading PHP from 7.4 to 8. In 7.4, this throws a warning, but in PHP 8 this throws a fatal...
Are the options you're referring to the the ones in [load.php](https://github.com/humanmade/altis-cms/blob/master/load.php)? ```php $default_settings = [ 'enabled' => true, 'branding' => true, 'login-logo' => '/vendor/altis/cms/assets/logo.svg', 'shared-blocks' => true, 'default-theme' => 'base',...
In addition, there are a few third-party plugins added to the CMS module that are not documented. https://github.com/humanmade/altis-cms/blob/master/composer.json#L13 - "stuttter/wp-user-signups" - "roots/wp-password-bcrypt" - "johnbillion/extended-cpts"