在drupal中,是否存在具有可变数量值的字段类型?
我使用 cck 创建了一个新的内容类型:联系人。一个联系人可以有 1 个或多个电话号码。
是否可以创建字段类型(字符串、数字或节点引用),以便创建内容的用户可以向联系人添加更多电话号码?
Using cck I've created a new content type, Contact. A contact can have 1 or more phonenumbers.
Is possible to create a field type (string, number or node reference) so that the user creating content can add more phonenumbers to a contact?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以为 CCK 字段设置“值的数量”,只需将其设置为无限制即可。它位于“全局设置”下的“管理字段”中。
You can set a "number of values" for a CCK field, just set it to unlimited. It's in "Manage Fields" under "Global settings".