Add Short Title item tree column
This commit is contained in:
parent
9cdcb2fd7c
commit
fb98fe5d2c
2 changed files with 9 additions and 0 deletions
|
@ -267,6 +267,14 @@ const COLUMNS = [
|
|||
flex: 1,
|
||||
zoteroPersist: new Set(["width", "hidden", "sortDirection"])
|
||||
},
|
||||
{
|
||||
dataKey: "shortTitle",
|
||||
disabledIn: "feed",
|
||||
submenu: true,
|
||||
label: "zotero.items.shortTitle_column",
|
||||
flex: 2,
|
||||
zoteroPersist: new Set(["width", "hidden", "sortDirection"])
|
||||
},
|
||||
{
|
||||
dataKey: "extra",
|
||||
disabledIn: "feed",
|
||||
|
|
|
@ -85,6 +85,7 @@
|
|||
<!ENTITY zotero.items.medium_column "Medium/Format">
|
||||
<!ENTITY zotero.items.genre_column "Genre">
|
||||
<!ENTITY zotero.items.system_column "System">
|
||||
<!ENTITY zotero.items.shortTitle_column "Short Title">
|
||||
<!ENTITY zotero.items.moreColumns.label "More Columns">
|
||||
<!ENTITY zotero.items.restoreColumnOrder.label "Restore Column Order">
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue