mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 23:03:45 +02:00
Add support for creating files via file manager
This commit is contained in:
@@ -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',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user