将块添加到 drupal 中的特定节点
将具有自定义设计的块添加到特定节点的最佳方法是什么?
What is the best way to add a block with custom design to a specific node?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
将具有自定义设计的块添加到特定节点的最佳方法是什么?
What is the best way to add a block with custom design to a specific node?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
步骤1:找出节点的节点id或url别名。
第 2 步:转到您的块,在编辑模式下,滚动到页面底部的“页面特定可见性设置”部分。
步骤3:选择“仅在列出的页面上显示。”,在下面的文本框中输入节点的url。
即“node/16”(其中 16 是节点的 id),或“content/sample-page”(其中“sameple-page”是节点的 url 别名)
step 1: Find out the node id or the url alias of the node.
step 2: Go to your block, in editing mode, scroll to the bottom of the page to the "Page specific visibility settings" section.
step 3: Select "Show on only the listed pages.", enter the node's url to the textbox below.
i.e. "node/16" (where 16 is the id of the node), or "content/sample-page" (where "sameple-page" is the node's url alias)