在 ModX Revo 后端的模板中隐藏或删除内容 TV?
我在 ModX Revolution 中有资源,并且正在使用一些电视,但不是“内容”电视。所以,它不被使用 &它会让向其中插入不应该显示在前端的内容的用户感到困惑。
如何隐藏或删除 ModX Revolution 后端特定模板中的“内容”输入?
I have a resource in ModX Revolution and I'm using some TVs but not the 'content' TV. So, it is not used & it confuses users who insert content into it which is not supposed to be displayed on the frontend.
How do I hide or remove the 'content' input from a particular template in ModX Revolution backend?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Fishcake 是对的,您应该为此使用内置的表单自定义。
您必须:
转到安全 ->表单自定义
创建新的表单自定义配置文件。
编辑您新创建的个人资料(右键单击)。
为“创建”操作创建新的表单自定义集。
编辑此集(右键单击)。
选择您想要限制自定义的模板(也可能存在其他限制)。
删除
modx-resource-content
下面的勾号(设置信息和字段选项卡)。为“更新”操作创建另一个表单自定义集并重复步骤 5 - 7。
。请参阅表单自定义集文档以获取更详细的说明。
Fishcake is right, you should utilize the builtin form customization for this.
You have to:
Go to Security -> Form Customization
Create a new form customization profile.
Edit your newly created profile (right click).
Create a new form customization set for the 'Create'-Action.
Edit this set (right click).
Choose the template you want to restrict the customization to (other constraints are possible, too).
Remove the tick beneath
modx-resource-content
(Set information and fields tab).Create another form customization set for the 'Update'-Action and repeat steps 5 - 7.
constraints. Have a look at the form customization sets documentation for a more lengthy explanation.
我在 Evolution 中使用名为 ManagerManager 的插件完成了此操作......稍后快速搜索.....现在看来它是 Modx Revolution 的原生功能:自定义管理器< /a>
I've done this in Evolution using a plugin called ManagerManager.....a quick search later.....seems it is now native functionality to Modx Revolution: Customizing the manager