Open
Description
Package containing the bug
next (Drupal module)
Describe the bug
Expected behavior
Deleting a content type should delete the matching NextEntityTypeConfig config entity. It does not because there are no calculated dependencies.
dependencies: { }
id: node.page
Steps to reproduce:
- First create content type
- Then create NextEntityTypeConfig
- Delete content type
- 😢 expect NextEntityTypeConfig to be removed
Additional context
Add any other context about the problem here.