我正在尝试使用基于当前页面的上下文过滤器来设置一个显示书籍内容(所有级别)的块。
E.g. display the full contents on the book "Dogs" (NID=1) when on page "Dalmatian" (NID=4).
我已尝试完全按照此问题的最高答案中的指示设置过滤器: https://drupal.stackexchange.com/questions/274726/show-child-pages-in-parent-node-view-details-in-a-book
我还尝试将关系更改为“顶级书”而不是“第一亲”,而效果没有变化。
但是,只有在该书的“顶层”页面上,它才能给出所需的结果。
E.g. will only display contents if the contextual filter is for NID=1, when NID=4 there is no output.
我在做什么错了?
使用Drupal 8