diff --git a/configuration/basic.html b/configuration/basic.html index b20d696..21e351a 100644 --- a/configuration/basic.html +++ b/configuration/basic.html @@ -142,6 +142,8 @@ 'upload_chunk_size' => 1 * 1024 * 1024, // 1MB 'upload_simultaneous' => 3, 'default_archive_name' => 'archive.zip', + 'editable' => ['.txt', '.css', '.js', '.ts', '.html', '.php'], + 'date_format' => 'YY/MM/DD hh:mm:ss', ],
You can add additional html to the head and body like this:
diff --git a/install.html b/install.html index 0250320..23ad586 100644 --- a/install.html +++ b/install.html @@ -136,7 +136,7 @@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.