【发布时间】:2021-01-14 13:01:56
【问题描述】:
我有一个看起来有点像这样的文件夹结构(方括号中的DocumentType):
Municipality [Landingpage]
|_Areas [Area]
|_Plot [Plot]
|_Subdivision [Zoning]
| |_Ballig, Falkevej [Zone]
| |_Durup, Torpager [Zone]
| |_...
| |_Vinkel, Vinkelpletvej [Zone]
|_Properties [Properties]
|_Private Homes [Types]
|_Coporate Buildings [Types]
|_Other Buildinglots [Types]
在每个 [Zone] 中,我希望有一个名为“Type”的下拉菜单。并且该类型应该是与 [Properties] [Types] 之一的名称匹配的值。
【问题讨论】:
标签: umbraco7