By acbramley 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:
Before this change, when creating a new content type, the default value for the "Promoted to front page" field on a Node was TRUE. This field is configurable per Node Type under the Publishing Options when editing the Node Type.
Changing the setting on a Node Type creates or updates a base field override configuration entity for that node type's promote field to override the default.
Existing Node Types that were created prior to 11.3.0, and were using the default value of TRUE, will have base field override configuration created to maintain the previous default setting.
New content types created after 11.3.0 will default to FALSE.

Impacts:
Site builders, administrators, editors
Module developers