]> git.phdru.name Git - m_librarian.git/blobdiff - sample/m_librarian.conf
Feat(web): Configure columns for author and book tables
[m_librarian.git] / sample / m_librarian.conf
index 5b8bee9135b29f7cb15c6e2ca7433d527cb467b6..9cbf3950572c5a865d2c3810a02cd0b7f06c7844 100644 (file)
 [library]
 path = /var/lib/LRE_Flibusta
 
+[filters]
+# Space-separated list of language codes
+lang = ru en
+
+# Show/hide deleted books; 0 - hide, 1 - show
+deleted = 0
+
+# Default value to use filters in search forms
+use_in_search_forms = 1
+
+# Use filters in lists of books
+use_in_books_list = 1
+
+[columns]
+# Full list of author columns:
+# columns = surname name misc_name fullname count
+# Default column is fullname
+author = fullname count
+# Full list of book columns:
+# columns = title series ser_no archive file size lib_id deleted date
+# Default column is just title
+book = ser_no title
+
 [download]
 # Download formats:
 # %a - author (one of)