page - front.html.twig打印视图块

时间:2016-10-11 17:39:43

标签: twig views block

我正在将HTML主题转换为Drupal 8主题。
我有一个名为hero的区域。我想在hero区域打印我的观看结果。 我可以使用自定义块在{{page.hero}}文件中打印page--front.page.html,但无法在带有视图块的同一区域上打印。

页 - front.html.twig

<html>
  <body>
    <div>{{page.primary_links}}</div>
    <div>{{page.hero}}</div>
  </body>
</html>

minnak.info.yml

core: 8.x
type: theme
base theme: bootstrap

name: 'minnak Sub-Theme (CDN)'
description: 'Uses the jsDelivr CDN for all CSS and JavaScript. No source     files or compiling is necessary and is recommended for simple sites or beginners.'
package: 'Bootstrap'

regions:
primary_menu: 'Primary Menu'
secondary_menu: 'Secondary Menu'
hero: 'Hero'
navigation: 'Navigation'
navigation_collapsible: 'Navigation (Collapsible)'
header: 'Top Bar'
highlighted: 'Highlighted'
help: 'Help'
content: 'Content'
sidebar_first: 'Primary'
sidebar_second: 'Secondary'
footer: 'Footer'
page_top: 'Page top'
page_bottom: 'Page bottom'

libraries:
  - 'minnak/global-styling'

1 个答案:

答案 0 :(得分:0)

我不小心将节点类型过滤为英雄,因此未在页面上显示 - html.twig。这是由于我的愚蠢