Add support for creating files via file manager
This commit is contained in:
parent
5567269bf3
commit
91178d78a4
7 changed files with 181 additions and 4 deletions
|
@ -22,6 +22,12 @@ return [
|
|||
'save' => 'Save File',
|
||||
'return' => 'Return to File Manager',
|
||||
],
|
||||
'add' => [
|
||||
'header' => 'New File',
|
||||
'header_sub' => 'Create a new file on your server.',
|
||||
'name' => 'File Name',
|
||||
'create' => 'Create File',
|
||||
],
|
||||
],
|
||||
'config' => [
|
||||
'startup' => [
|
||||
|
|
|
@ -49,4 +49,5 @@ return [
|
|||
'primary' => 'Primary',
|
||||
'make_primary' => 'Make Primary',
|
||||
'none' => 'None',
|
||||
'cancel' => 'Cancel',
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue