Website generation with Couscous

This commit is contained in:
Milos Stojanovic
2020-07-18 18:49:40 +02:00
parent 40a81f729c
commit 3ec5d7bc33
2 changed files with 4 additions and 4 deletions

View File

@@ -142,7 +142,7 @@
'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
],</code></pre>