Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Drupal 8 视图暴露过滤器中,我想添加内容类型的段落字段,但是当我尝试添加它们时它们没有显示出来。我尝试将关系实体引用添加到视图“高级> 关系”中的字段,但仍然无法在公开过滤器中添加字段。
假设您有段落类型choices和列表(文本)字段field_system,并且您已将此段落类型添加field_choices到page内容类型。
choices
field_system
field_choices
page
在您看来,您应该添加一个关系Paragraph referenced from field_choices
Paragraph referenced from field_choices
然后字段系统将可用作过滤字段