mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 11:00:39 +00:00
Language editor refactoring part 1 (nackend)
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
host: '{{ url('/') }}',
|
||||
api: '{{ url('/api') }}',
|
||||
locale: '{{ \Illuminate\Support\Facades\App::getLocale() }}',
|
||||
language: '{{ isset($settings->language) ? $settings->language : en }}',
|
||||
language: {{ $settings->language ?? 'en' }},
|
||||
|
||||
app_color: '{{ $settings->app_color ?? '#00BC7E' }}',
|
||||
app_logo: '{{ $settings->app_logo ?? null }}',
|
||||
|
||||
Reference in New Issue
Block a user