Drupal 8:Link 内容类型与另一种内容类型

Drupal 8: Link content type with another content type

有人知道如何 link 一种内容类型与另一种内容类型吗?我的意思是 "B" 内容类型有一个 select 字段可以 link 到 "A" 内容类型。不区分父子,但 "A" 内容类型和 "B" 内容类型都有关系。 Drupal 8,而不是 7。

我认为 Entity Reference 是你的答案。

自带Drupal核心