From dc9a1b35fe9c5eb0a44ff2f84ddf67e97a5da8f1 Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Tue, 18 Jun 2019 14:44:57 +0200 Subject: [PATCH] docs --- docs/configuration/basic.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/configuration/basic.md b/docs/configuration/basic.md index d9b7541..414130e 100644 --- a/docs/configuration/basic.md +++ b/docs/configuration/basic.md @@ -2,8 +2,23 @@ ## Basic Edit ```configuration.php``` file to change basic things like logo, title, language and upload restrictions. + +NOTE: if you've made a mistake in configuration file, forgot to close a quote, the script will throw an error. Please use provided default ```configuration_sample.php``` to verify this. + +## Additional HTML +You can add additional html to the head and body like this: +``` + 'Filegator\Services\View\ViewInterface' => [ + 'handler' => '\Filegator\Services\View\Adapters\Vuejs', + 'config' => [ + 'add_to_head' => '', + 'add_to_body' => '', + ], + ], +``` + ## Frontend tweaks -You can change default color scheme and other options in ```/frontend/App.vue``` and recompile. +To change default color scheme and other options, edit ```/frontend/App.vue``` and recompile with npm. ``` // Primary color