add publish module
This commit is contained in:
parent
100f6db9a6
commit
ffbbc04206
93 changed files with 8150 additions and 10228 deletions
|
@ -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',
|
||||
];
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue