json and markdown are editable by default

This commit is contained in:
Milos Stojanovic
2020-07-18 12:57:51 +02:00
parent 613aeda8be
commit 4f6b55675f
5 changed files with 9 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ Note: if you've made a mistake in configuration file (forgot to close a quote?)
'upload_chunk_size' => 1 * 1024 * 1024, // 1MB
'upload_simultaneous' => 3,
'default_archive_name' => 'archive.zip',
'editable' => ['.txt', '.css', '.js', '.ts', '.html', '.php'],
'editable' => ['.txt', '.css', '.js', '.ts', '.html', '.php', '.json', '.md'],
'date_format' => 'YY/MM/DD hh:mm:ss', // see: https://momentjs.com/docs/#/displaying/format/
'guest_redirection' => '', // useful for external auth adapters
],