my changes
This commit is contained in:
parent
28301e4312
commit
8dc1f1b048
263 changed files with 36882 additions and 4453 deletions
20
config/enums.php
Normal file
20
config/enums.php
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'publication_states' => [
|
||||
"draft" => "draft",
|
||||
"accepted" => "accepted",
|
||||
'submitted' => 'submitted',
|
||||
'published' => 'published',
|
||||
'updated' => 'updated'
|
||||
],
|
||||
'server_states' => [
|
||||
"audited" => "audited",
|
||||
"published" => "published",
|
||||
'restricted' => 'restricted',
|
||||
'inprogress' => 'inprogress',
|
||||
'unpublished' => 'unpublished',
|
||||
'deleted' => 'deleted',
|
||||
'temporary' => 'temporary'
|
||||
]
|
||||
];
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue