Adding a custom field to Plone groups

空扰寡人 提交于 2019-12-13 04:40:28

问题


Using Plone 4.2, how can I add a field/property to Plone groups? Beside default ones (name, title, description, email) I'd like to have one more.


回答1:


You could try your luck with

http://localhost:8080/Plone/portal_groupdata/manage_propertiesForm

and report the results :) At least Site Setup's group edit form seems to be generic enough to support arbitrary number of fields (of all types).



来源:https://stackoverflow.com/questions/10172524/adding-a-custom-field-to-plone-groups

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!