Bug 22139: Fields of ACCTDETAILS email not populating
[koha-equinox.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 withdrawn: [0, 1]
12 homebranch: [homebranch1, homebranch2]