diff --git a/configuration/basic.html b/configuration/basic.html index 5159c3c..1012969 100644 --- a/configuration/basic.html +++ b/configuration/basic.html @@ -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 ], diff --git a/install.html b/install.html index 4c9eda9..3eb73a4 100644 --- a/install.html +++ b/install.html @@ -136,7 +136,7 @@

Download precompiled build

Precompiled build is created for non-developers. In this version, the frontend (html, css and javascript) is compiled for you and the source code is removed so the final archive contains only minimum files.