MediaLibraryPickerField:如何只选择提供的内容类型?
MediaLibraryPickerField : how to pick only provided Content types?
MediaLibraryPickerField 有一个名为 "DisplayedContentTypes" 的设置。我认为它仅用于提供我希望我的选择器字段 select 并呈现的必需内容类型。但不知何故它不起作用。
例如:我只想 select Image,OEmbed 类型。我把它放在设置区域的文本框中:
Content Types and Parts
[Image,OEmbed]
A comma separated value of all the content types or content parts to
display.
并保存了它。但它仍在挑选各种媒体并渲染它们。
我在这里可能遗漏了什么吗?
这里有一个未解决的问题https://orchard.codeplex.com/workitem/21051
虽然还没有修复。
的确,属性存在但未被使用。
我们应该尝试实现一个过滤器,就像对内容选择器字段所做的那样。
MediaLibraryPickerField 有一个名为 "DisplayedContentTypes" 的设置。我认为它仅用于提供我希望我的选择器字段 select 并呈现的必需内容类型。但不知何故它不起作用。 例如:我只想 select Image,OEmbed 类型。我把它放在设置区域的文本框中:
Content Types and Parts
[Image,OEmbed]
A comma separated value of all the content types or content parts to display.
并保存了它。但它仍在挑选各种媒体并渲染它们。
我在这里可能遗漏了什么吗?
这里有一个未解决的问题https://orchard.codeplex.com/workitem/21051 虽然还没有修复。
的确,属性存在但未被使用。 我们应该尝试实现一个过滤器,就像对内容选择器字段所做的那样。