管理静态文本 portlet 的集中方式?
是否存在用于集中 Portlet 文本管理的 Plone 附加组件或方法?
站点有一组标准静态文本 portlet,其中的文本会不时更新。 Portlet 的分配不遵循任何特定规则。例如,相同的静态文本可能出现在两个不同的文件夹中。
是否可以集中管理此文本,以便您可以在一处更改它,并且它会在不同的 portlet 分配之间自动更新?
参考 portlet + 渲染 hack 可以做到这一点吗?
克隆人 4.1b。
Does there exist Plone add-on, or method, for centralized portlet text management?
A site has a set of standard static text portlets which text is updated time to time. The assigment of portlets do not follow any particular rules. For example, the same static text may appear in two different folders.
Could it be possible to centralize the management of this text, so that you can change it in one place and it would be automatically updated across different portlet assignments?
Could reference portlet + rendering hack do this?
Plone 4.1b.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试查看 collective.portlet.content
您可以在保留的管理部分中创建内容您的站点,并将其作为 portlet 在站点范围内引用和呈现。我将它与 Products.ContentWellPortlets 结合使用来呈现页眉和页脚文本。
Try looking at collective.portlet.content
You can create content in a reserved, administrative section of your site and have it referenced and rendered site-wide as a portlet. I'm using it in combination with Products.ContentWellPortlets to render header and footer text.