Summary:
Pages tabindex do not output with navigator and some errors in online documentation
Detailed Description:
lib/classes/class.ContentBase.php L1803 ('tabindex' not 'tabIndex')
if (isset($params['tabindex'])) $this->mTabIndex = (empty($params['tabIndex']))
? '' : (int) $params['tabindex'];
--- corrected ---
if (isset($params['tabindex'])) $this->mTabIndex = (empty($params['tabindex']))
? '' : (int) $params['tabindex'];
online web documentation :
https://docs.cmsmadesimple.org/configuration/config-file/config-reference#config_assets_path
assets_path Default Value: $config['root_path'].'/tmp'
should be
$config['root_path'].'/assets'
#auto_alias_content
$config['auto_alias_content'] Default Value: FALSE ...but seems TRUE by default.
missing : image_uploads_url