Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在炼油厂 cms 内生成了一个自定义引擎“钢琴”。在索引钢琴页面上,我想显示一个名为“pianos_introduction_text”的相关自定义字段的内容。
生成和显示此自定义字段的正确方法是什么?
谢谢你的帮助!
然而,我们的偏好是在普通页面部分创建自定义页面部分,而不是使用文案引擎。
在页面管理部分下,您应该会看到已为钢琴添加了一个页面。如果您添加新的页面部件(甚至使用现有的页面部件),您可以从引擎的索引页面检索并呈现它,如下所示:
<%= raw @page.content_for(:new_page_part) %>