- new subtitle in hero section with 26px
- bug im Backend augebessert - db migration for documents via Config::get
This commit is contained in:
parent
15c7df78c7
commit
54d6c5d434
6 changed files with 14 additions and 13 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue