@extends('layouts.main') @section('breadcrumb') @if (auth()->user()->superAdmin) @else @endif @endsection @section('content')

globe-hemisphere-west {{ $space->host }}

@include('admin.space.tabs')
@csrf @method('put')
@include('parts.errors', ['name' => 'copyright_text'])
Markdown text @include('parts.errors', ['name' => 'intro_registration_text'])
Markdown text @include('parts.errors', ['name' => 'confirmed_registration_text'])
An email will be sent to this address when someone register and join the newsletter @include('parts.errors', ['name' => 'newsletter_registration_address'])
Will be used for informational purpose in the user panel and communication emails @include('parts.errors', ['name' => 'account_proxy_registrar_address'])

Provisioning

In ini format, will complete the other settings @include('parts.errors', ['name' => 'custom_provisioning_entries'])
@include('parts.form.toggle', ['object' => $space, 'key' => 'custom_provisioning_overwrite_all', 'label' => 'Allow client settings to be overwritten by the provisioning ones'])
@include('parts.form.toggle', ['object' => $space, 'key' => 'provisioning_use_linphone_provisioning_header', 'label' => 'Enforce X-Linphone-Provisioning header'])

Space features

@include('parts.form.toggle', ['object' => $space, 'key' => 'public_registration', 'label' => 'Allow public registration'])
$space, 'key' => 'phone_registration', 'label' => 'Allow registration using phones'])
@include('parts.form.toggle', ['object' => $space, 'key' => 'intercom_features', 'label' => 'Enable intercom features'])
@endsection