- 🇷🇴Romania amateescu
📌 Add mechanism to have workspaces skip processing entity types Fixed was recently committed to Drupal core, and it provides a way for entity types to be "ignored" by workspaces, by using the
Drupal\workspaces\Entity\Handler\IgnoredWorkspaceHandler
entity handler.That handler is only instantiated by the Workspaces module, so it's safe to add it in the entity type annotation even though the Drupal core release which includes it (10.3) is not released yet.