Problem/Motivation
Currently, it doesn't seem possible to display or filter by the content type. Yes, you can show the entity type, but that's referring to the larger entity types. In our case, every content type is a node. I'd like to be able to filter by "Page", "News", "Meetings", etc. In summary, it would be good to either have a distinct content type shown or at least be able to filter by the URL of the page where there is a broken link.
Steps to reproduce
Go to the module's View. Try to show anything related to the content type or page URL where the broken link exists. Yes, you can the Page Title, but that's not helpful enough.
Proposed resolution
Bring in the entity type from Drupal\node\Entity\NodeType
#type: "page", for example
Not just the provider from Drupal\Core\Config\Entity\ConfigEntityType
#provider: "node", for example
Comments