Skip to content

Commit 4f955ee

Browse files
committed
Filemanger: add extra editable file extensions
1 parent fa963cc commit 4f955ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install/deb/filemanager/filegator/configuration.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
$dist_config['public_path'] = '/fm/';
66
$dist_config['frontend_config']['app_name'] = 'Hestia FM';
77
$dist_config['frontend_config']['logo'] = 'https://raw.githubusercontent.com/filegator/filegator/master/dist/img/logo.png';
8-
$dist_config['frontend_config']['editable'] = ['.txt', '.css', '.js', '.ts', '.html', '.php', '.py' ];
8+
$dist_config['frontend_config']['editable'] = ['.txt', '.css', '.js', '.ts', '.html', '.php', '.py',
9+
'.yml', '.xml', '.md', '.log', '.csv', '.conf', '.config', '.ini', '.scss', '.sh', '.env', '.example' ];
910
$dist_config['frontend_config']['guest_redirection'] = '/login/' ;
1011

1112
$dist_config['services']['Filegator\Services\Storage\Filesystem']['config']['adapter'] = function () {

0 commit comments

Comments
 (0)