Change record status: 
Project: 
Introduced in branch: 
11.2.x
Introduced in version: 
11.2.0
Description: 

The default Node create and edit forms now use the administration theme.

Before

The setting use_admin_theme in node.settings defaulted to false. This meant that by default Node create and edit forms used the front-end theme.

After

The setting use_admin_theme in node.settings defaulted to true. This means that by default Node create and edit forms use the administration theme.

Impacts: 
Site builders, administrators, editors