Skip to content

Commit a5064ce

Browse files
authored
Add .twig support to the Filemanger (hestiacp#2714)
1 parent 39e23b1 commit a5064ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/deb/filemanager/filegator/configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
$dist_config['frontend_config']['app_name'] = 'File Manager - Hestia Control Panel';
77
$dist_config['frontend_config']['logo'] = '../images/logo.svg';
88
$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', '.htaccess'];
9+
'.yml', '.xml', '.md', '.log', '.csv', '.conf', '.config', '.ini', '.scss', '.sh', '.env', '.example', '.htaccess', '.twig'];
1010
$dist_config['frontend_config']['guest_redirection'] = '/login/' ;
1111
$dist_config['frontend_config']['upload_max_size'] = 1024 * 1024 * 1024;
1212

0 commit comments

Comments
 (0)