add publish module

This commit is contained in:
Arno Kaimbacher 2018-08-29 17:18:15 +02:00
parent 100f6db9a6
commit ffbbc04206
93 changed files with 8150 additions and 10228 deletions

View file

@ -6,15 +6,19 @@ return [
"accepted" => "accepted",
'submitted' => 'submitted',
'published' => 'published',
'updated' => 'updated'
'updated' => 'updated',
],
'server_states' => [
'server_states' => [
"audited" => "audited",
"published" => "published",
'restricted' => 'restricted',
'inprogress' => 'inprogress',
'unpublished' => 'unpublished',
'deleted' => 'deleted',
'temporary' => 'temporary'
]
'deleted' => 'deleted',
'temporary' => 'temporary',
],
'filetypes_allowed' => [
"pdf", "txt", "html", "htm", "png", "jpeg",
],
'max_filesize' => '2048',
];