Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在文档类型中添加一个新属性,它是一个与外部链接和图像相结合的集合,例如 facebook 或 google 等。
我想在模板中使用它。
这是一个例子:
@foreach(var item in Model.imgCollection) { <a href="@item.ExternalUrl"> <img src="@item.img" alt=""> </a> }
您可以创建嵌套内容属性编辑器。首先创建包含图像(图像选择器)和 URL(多 URL 选择器?)的 Doctype,然后使用嵌套内容数据类型创建一个新属性,并将该 doctype 分配给允许的类型列表。