使用两个视图创建一个页面 drupal 8
Create a page using two views drupal 8
我有两种看法
视图A
Content type 1
content type 2
content type 3
视图 B
Content type 4
content type 5
我想要一个像
这样的页面
视图 A 视图 B
Content type 1 Content type
content type 2 Content type 5
content type 3
我做了以下操作,我有 select 视图 A 并添加了视图 B,但我得到一个空白 page.is 可以使用 drupal 8 吗?请帮助我
我使用网格视图创建了这个,但是当我添加新的内容类型视图时 change.Can 我在 drupal 中将自动生成的列设置为 false?任何帮助将不胜感激。
是的,您需要创建两个块视图并将块放在页面上
也许这样的事情有帮助:
我有两种看法
视图A
Content type 1
content type 2
content type 3
视图 B
Content type 4
content type 5
我想要一个像
这样的页面视图 A 视图 B
Content type 1 Content type
content type 2 Content type 5
content type 3
我做了以下操作,我有 select 视图 A 并添加了视图 B,但我得到一个空白 page.is 可以使用 drupal 8 吗?请帮助我
我使用网格视图创建了这个,但是当我添加新的内容类型视图时 change.Can 我在 drupal 中将自动生成的列设置为 false?任何帮助将不胜感激。
是的,您需要创建两个块视图并将块放在页面上
也许这样的事情有帮助: