Drupal 8打破了page.content不工作

时间:2017-11-17 16:01:30

标签: drupal-8

尝试利用模板中的字段并拆分page.content

{{ content.field_machine_name }}在我的特定内容类型中无效。

我在这里缺少什么吗?我阅读了文档:

https://www.drupal.org/docs/8/theming/twig/using-custom-content-types-and-fields-with-twig

根据我的理解,您应该能够使用{{ content.whatever }}并显示该特定字段。

1 个答案:

答案 0 :(得分:0)

我找到了答案。我在错误的地方寻找。