Change the showing of hidden pages by the SiteIndex to be configurable. Fixes RFE #11044.
Also, change the SiteIndex to use an iterator.
This commit is contained in:
parent
e59ccc5dd3
commit
ca86f3d84b
5 changed files with 38 additions and 4 deletions
|
|
@ -1071,4 +1071,10 @@
|
|||
"Opera Mini"
|
||||
],
|
||||
|
||||
#A list of UserAgents of recognized mobile platforms. If useMobileStyle is set in the
|
||||
#Admin settings, then the mobile style will be used for these browsers.
|
||||
"siteIndex" : {
|
||||
"showHiddenPages" : 0
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue