source: main/trunk/model-cols/niupepa/script/custom-document.js@ 32218

Last change on this file since 32218 was 32218, checked in by kjdon, 6 years ago

small tidying up. Can't remember what I was doing. Hope this is finished...

File size: 229 bytes
Line 
1// Customisations for niupepa collection
2
3// only display the title, not the section number
4_filter_on_types = ["sectiontitle"];
5// section titles are numeric, so do filtering based on this eg 3-5
6_filter_title_numeric = true;
7
8
Note: See TracBrowser for help on using the repository browser.