diff --git a/Documentation/PageTsconfig/Mod/WebList.rst b/Documentation/PageTsconfig/Mod/WebList.rst index 2533826..b6c6e8d 100644 --- a/Documentation/PageTsconfig/Mod/WebList.rst +++ b/Documentation/PageTsconfig/Mod/WebList.rst @@ -369,9 +369,13 @@ itemsLimitPerTable :Default: 20 ` Set the default maximum number of items to show per table. - The number must be between `5` and `10000`. If below or above this range, + The number must be between `0` and `10000`. If below or above this range, the nearest valid number will be used. + If a value is defined in the `$TCA[]['interface']['maxDBListItems']` + of the table, it will override this TSconfig option. + For example, the `maxDBListItems` for the `pages` table is `30` by default. + .. _pageTsConfigWebList-itemsLimitPerTable-example: Example: Limit items per table in overview to 10 @@ -398,9 +402,13 @@ itemsLimitSingleTable :Default: 100 Set the default maximum number of items to show in single table view. - The number must be between `5` and `10000`. If below or above this range, + The number must be between `0` and `10000`. If below or above this range, the nearest valid number will be used. + If a value is defined in the `$TCA[
]['interface']['maxSingleDBListItems']` + of the table, it will override this TSconfig option. + For example, the `maxSingleDBListItems` for the `pages` table is `50` by default. + .. _pageTsConfigWebList-itemsLimitSingleTable-example: Example: Limit items in single table view to 10