diff options
Diffstat (limited to 'tests/test-config.toml')
| -rw-r--r-- | tests/test-config.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test-config.toml b/tests/test-config.toml index 1d29043..0b93cf3 100644 --- a/tests/test-config.toml +++ b/tests/test-config.toml @@ -32,6 +32,11 @@ file_symbol = " " link_symbol = " " note_symbol = "" +## Select a custom column beside standard "author", "title" and "year" +## Possible values are "journaltitle", "organization", "instituion", "publisher" +## and "pubtype" (which is the default) +custom_column = "publisher" + # [colors] ## Default values for dark-themed terminal ## Possible values are: |
