Added possibility to specify a different paging size.
This commit is contained in:
parent
9acaf35935
commit
42f4344501
18 changed files with 183 additions and 83 deletions
|
@ -631,7 +631,11 @@ namespace ScrewTurn.Wiki.PluginFramework {
|
|||
/// <summary>
|
||||
/// The name of the theme of the root namespace.
|
||||
/// </summary>
|
||||
RootNamespaceTheme
|
||||
RootNamespaceTheme,
|
||||
/// <summary>
|
||||
/// The number of items to display in lists of items before enabling paging.
|
||||
/// </summary>
|
||||
ListSize
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue