By tim.plunkett on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x
Issue links:
Description:
The underscore to hyphen/dash conversion for node type URLs has been removed. Node/content type machine names appear 1:1 in URLs now.
Given a content type "My type" with machine name my_type,
Drupal 7 paths were:
node/add/my-type
admin/structure/types/manage/my-type/fields
Drupal 8 are:
node/add/my_type
admin/structure/types/manage/my_type/fields
Impacts:
Site builders, administrators, editors
Module developers