drupal 中奇怪的内容类型
我想为我的属性设置一个内容类型。我们将其命名为“我的属性”。
我有一个名为“我的财产类型”的分类法,其中包含“书籍、鞋子、衣服”。
添加属性的表单会根据分类所选项目而变化,因为每种类型都有不同的字段。
drupal 中可能有这样的内容类型吗?
i want to have a content type for my properties. let's name it 'my properties'.
and i have a taxonomy called 'my properties type' that contains 'books,shoes,clothes'.
the form for adding properties change on taxonomy selected item,because each of its type have different fields.
is it possible to have such content type in drupal ??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Drupal 中的解决方案是为每个属性类型创建单独的内容类型。但是,您可以轻松编写一些 jquery 来在修改分类字段时显示/隐藏字段:
The solution within Drupal is to create separate content types for each property type. However, you can easily write some jquery to show/hide fields when taxonomy field is modified: