- new subtitle in hero section with 26px

- bug im Backend augebessert
- db migration for documents via Config::get
This commit is contained in:
Arno Kaimbacher 2019-09-20 10:26:30 +02:00
parent 15c7df78c7
commit 54d6c5d434
6 changed files with 14 additions and 13 deletions

View file

@ -9,14 +9,15 @@ return [
'updated' => 'updated',
],
'server_states' => [
"audited" => "audited",
"deleted" => "deleted",
"inprogress" => "inprogress",
"published" => "published",
'restricted' => 'restricted',
'inprogress' => 'inprogress',
'unpublished' => 'unpublished',
'deleted' => 'deleted',
'temporary' => 'temporary',
'created' => 'created',
"released" => "released",
"editor_accepted" => "editor_accepted",
"approved" => "approved",
"rejected_reviewer" => "rejected_reviewer",
"rejected_editor" => "rejected_editor",
"reviewed" => "reviewed",
],
'mimetypes_allowed' => [
"pdf" => "application/pdf",

View file

@ -2,7 +2,7 @@
return [
'endpoint' => [
'localhost' => [
'repository.geologie.ac.at' => [
'host' => env('SOLR_HOST', 'repository.geologie.ac.at'),
'port' => env('SOLR_PORT', '8983'),
'path' => env('SOLR_PATH', '/solr/'),