add a way to hide certain files and folders (#169)

* add a way to hide certain files and folders (#76)

* move file/folder filter to front-end

* add checkbox to show all files/folders and remove debug outputs

* spaces, quotes and no-useless-escape

* improve wording
This commit is contained in:
ahaenggli
2021-01-13 09:57:06 +01:00
committed by GitHub
parent 722c1c5a0a
commit caa9c1ef8d
2 changed files with 48 additions and 4 deletions

View File

@@ -19,6 +19,7 @@ return [
'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
'filter_entries' => [],
],
'services' => [