By catch on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
11.3.x
Introduced in version:
11.3.0
Issue links:
Description:
The 'page' variable for node.html.twig is deprecated, the 'full' view mode can be checked instead.
This results in a consistent behavior of the full view mode, which will no longer display the node title. This may result in some unexpected behavior if sites used views, formatters or custom code that relied on this behavior. It also fixes several bugs with missing or duplicated page titles, for example on the revision page.
Additionally, the node_is_page() procedural function is also deprecated.
Impacts:
Module developers
Themers