Bug 9302: Use patron-title.inc
[koha.git] / docs / opac / OpacHiddenItems.txt
blobd46f94b114abfa2a791637a6b0a4d826598816d0
1 The OpacHiddenItems syspref allow the user to define custom rules
2 for hiding specific items at opac.
4 YAML syntax is used for defining such rules.
6 Items can be hidden according to values from the items table:
8 field: [value1, value2, ...]
10 Example :
11 withdrawn: [0, 1]
12 homebranch: [homebranch1, homebranch2]