By phenaproxima on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
11.2.x
Introduced in version:
11.2.0
Issue links:
Description:
Views blocks always have an items_per_page setting -- that is, the number of items from the view that should be visible in the block.
Until #3520946: Make View blocks (block.settings.view_block:*) fully validatable, that setting could either be a number, or none to defer to whatever the view itself has configured. Now, none is no longer supported; to defer to the view, items_per_page should be null.
Impacts:
Module developers
Site templates, recipes and distribution developers