【发布时间】:2018-02-05 11:32:47
【问题描述】:
这是 page.html.twig 文件的一部分
<div class="content col-lg-{{ page.main_content_width }} col-md-{{ page.main_content_width }} col-sm-12 col-xs-12">
{{ page.highlighted }}
{{ title_prefix }}
{% if title %}
<h1>{{ title }}</h1>
{% endif %}
{{ title_suffix }}
{{ tabs }}
{% if action_links %}
<nav class="action-links">{{ action_links }}</nav>
{% endif %}
{{ page.content }}
{{ feed_icons }}
</div>
主题中没有名为highlighted的块区域。 这些变量存储在哪里。我找不到这个树枝文件的 php 模板文件
【问题讨论】:
-
这个树枝中也没有块区域。它只显示
highlighted变量内容。 -
区域在您的 THEME.info.yml 文件中定义,如果这是您所要求的。
-
他在询问变量在哪里设置并传递给
twig。其中PHP文件准确 -
@DarkBee 完全正确