Merge remote branch 'kc/new/enh/bug_5431' into kcmaster
[koha.git] / docs / opac / OpacHiddenItems.txt
1 The OpacHiddenItems syspref allow the user to define custom rules
2 for hiding specific items at opac.
3
4 YAML syntax is used for defining such rules.
5
6 Items can be hidden according to values from the items table:
7
8 field: [value1, value2, ...]
9
10 Example :
11 wthdrawn: [0, 1]
12 homebranch: [homebranch1, homebranch2]