@extends('base') @section('content') @include('settings/navbar', ['selected' => 'settings'])

Settings

{!! csrf_field() !!}

App Settings

For performance reasons, all images are public by default, This option adds a random, hard-to-guess characters in front of image names. Ensure directory indexes are not enabled to prevent easy access.

Select which editor will be used by all users to edit pages.

This image should be 43px in height.
Large images will be scaled down.

This should be a hex value.
Leave empty to reset to the default color.


Registration Settings

If domain restriction is used then email confirmation will be required and the below value will be ignored.

Enter a comma separated list of email domains you would like to restrict registration to. Users will be sent an email to confirm their address before being allowed to interact with the application.
Note that users will be able to change their email addresses after successful registration.


@include('partials/image-manager', ['imageType' => 'system']) @stop @section('scripts') @stop