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.
是否有可能限制media_selection内容类型的可选图像数量?根据文档,没有,但也许还有办法?
media_selection
原因是,我想允许将图像添加到文本中,但只有一个。
也许:
<property name="image" type="media_selection"> <param name="maxSelectionAmount" value="1"/> </property>
目前没有类似的东西......我们在 2.0 的 alpha 版本中实现的是,它是一个单独的single_media_selection内容类型。这适用于将分配的媒体限制为一个,但仍然不允许限制为任意数量。
single_media_selection