mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-30 06:45:01 +01:00
Fix descriptive comments in field_metadata.py
This commit is contained in:
parent
aab35d2dae
commit
2a988e89b6
1 changed files with 2 additions and 1 deletions
|
|
@ -43,7 +43,8 @@ class FieldMetadata(dict):
|
|||
|
||||
is_category: is a tag browser category. If true, then:
|
||||
table: name of the db table used to construct item list
|
||||
column: name of the column in the connection table to join on
|
||||
column: name of the column in the normalized table to join on
|
||||
link_column: name of the column in the connection table to join on
|
||||
If these are None, then the category constructor must know how
|
||||
to build the item list (e.g., formats).
|
||||
The order below is the order that the categories will
|
||||
|
|
|
|||
Loading…
Reference in a new issue