In the API documentation for node_permissions_get_configured_types() it says:
To exclude a specific node from getting permissions defined for it, set the
node_permissions_$typevariable to 0.
This is correct for Drupal 7, but not correct for Backdrop. From looking at the code, it is referring to the setting "$info->settings['node_permissions']" which would be specified in the node definition originally passed tonode_type_save().
I think this also should be documented in a change record.
What's my next step for reporting/fixing this?
Recent comments
If choosing the Views approach you can also use https://backdropcms.org/project/eva which allows you to place the list with more flexibility.
Backlinks for Entity Reference?
Thanks. It still took a lot of trial and error for all the settings within the settings, but I eventually got it to display based on these instructions.
Backlinks for Entity Reference?
Another easy way to do this is to use the module Corresponding Entity References (cer). You would need to add an entity reference field in the authors content type pointing at the book, then set...
Backlinks for Entity Reference?
I also found the contextual filter area in the view for this block. But that’s where it stops. I'll try my best - views based on entity reference can be a challenge....
Backlinks for Entity Reference?
Create a block with a contextual filter on the "author" node ID, and based on that relationship get the book node IDs. Thanks! I think I get the general idea. I set up...
Backlinks for Entity Reference?