将块添加到 drupal 中的特定节点

发布于 2024-10-19 03:17:03 字数 33 浏览 0 评论 0原文

将具有自定义设计的块添加到特定节点的最佳方法是什么?

What is the best way to add a block with custom design to a specific node?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凡间太子 2024-10-26 03:17:03

步骤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)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文