Views area block plugin
This module adds a Views area handler that lets you reference a block plugin directly by its ID. This is useful for including blocks in Views even when they aren't saved as content, as the module can create and instantiate them programmatically.
This module provides a Views area handler which allows you to reference a programmatically created block plugin by its ID. This is useful where you'd have a block, one that can be instantiated by its ID and not required to exist as content which traditionally could be referenced by its UUID by the default "Rendered Entity - Blocks" handler.
This functionality is especially handy where you cannot rely on the block existing as content. Instead, a block plugin would be created, and instantiated by the handler.