(Edited on Jan 16, 2020)
As of today we have an official release of version 1.21.0.
Here are some of the changes you can expect:
New features
- Add crop anchor point for Scale and Crop image effect. #5080
- Add additional CSS classes on regions in Flexible layout templates. #5044
- Add a "negate" option to the visibility condition for roles. #4689
- Add settings for which parts of the book navigation to display. #5430
- Add filters for ClassName to the Interface for listing available tests. #5257
User Experience improvements
- Separate help text for publishing options #3122
- Place breadcrumbs above the page title for new installs. #4113
- Add Date format tokens for date fields. #2069
- Add an 'empty' option to theme_item_list() #5380
- Remove all instances of "please contact an administrator" from messaging #4802
- Remove
itemfrom text on theAdd another itembutton. #5235
Developer Experience improvements
- Add entity_view() into core #1739
- Provide a helper function to prevent a layout from wrapping around content. #1728
Miscellaneous changes
- Update jQuery UI to 1.13.0 #5401
- Optimize menu_navigation_links_rebuild() #5389
- Remove Zen.CI from the core repository. #5197
- Enable telemetry module on new installs #5253
We would love to get your feedback on this latest release.
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?