Add Custom columns through config. Only tested in HTML catalog for now
re #32
This commit is contained in:
parent
a96888c76a
commit
f4675dec52
5 changed files with 71 additions and 6 deletions
|
@ -140,4 +140,14 @@
|
|||
* Filter on tags to book list
|
||||
*/
|
||||
$config['cops_books_filter'] = array ("Non lus" => "!Read", "lus" => "Read");
|
||||
|
||||
/*
|
||||
* Custom Columns to add as an array containing the lookup names
|
||||
* configured in Calibre
|
||||
*
|
||||
* For example : array ("genre", "mycolumn");
|
||||
*
|
||||
* Note that for now only the first, second and forth type of custom columns are supported
|
||||
*/
|
||||
$config['cops_calibre_custom_column'] = array ("genre", "type2");
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue