Change record status: 
Project: 
Introduced in branch: 
11.2.x
Introduced in version: 
11.2.0
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