Bug 8353 follow-up adding a tiny sh in misc/maintenance
[koha.git] / docs / opac / OpacHiddenItems.txt
blob625d465d042decca57a8d13b430493d56e5e0e76
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 wthdrawn: [0, 1]
12 homebranch: [homebranch1, homebranch2]