Views blocks currently don't allow context to be passed in from a Layout. The only way to accomplish this now is to extract context from the URL based on position. This is less than ideal because it forces the block to be locked to a specific path structure that is separate from the Layout configuration.
Drupal 7 had the option to choose a data source "From context" in a View block. This code exists in Backdrop but has been commented out with a TODO. Perhaps this should be revisited to add context handling for Views blocks.
Update (April 3, 2023): The latest pull request for this issue adds context support to views blocks associated with layouts. There has been many revisions made to this pull request to address concerns from this wonderful Backdrop community. Some of these revisions have addressed improvements, efficiency changes, updated coding standards, etc. As of today, this PR has passed all the validation checks except one that seems to be some kind of external issue with that particular check.
Update (April 11, 2023): The latest pull request for this issue includes automated testing and is awaiting review. All validation tests have successfully passed.
Advocate for this feature: @rbargerhuff
Recent comments
I think that is created from a view rather than a module or part of core. Perhaps it was on your original site. Perhaps it is called Backlinks and it will have a menu path of /node/%/backlinks Find...
How to remove the "Backlinks" tab from display?
@argiepiano - Nvm. Found it, and posted an issue in the docs issue queue. https://github.com/backdrop-ops/docs.backdropcms.org/issues/226 Thanks for your help!
Editing nodes makes them lose formatting
Thanks for the info of Node Convert! The information came just in time because in the process of a site development I realized that for already created nodes I need to change their type in order to...
change content type for existing node/page