SULU CMF:直接上传 media_selection

SULU CMF: Direct upload in media_selection

我有一个包含 media_selection 类型字段的页面。 配置是这样的

<property name="images" type="media_selection">
    <meta>
        <title lang="de">Bilder</title>
        <title lang="en">Images</title>
    </meta>

    <tag name="sulu.search.field" role="image" index="false"/>
    <tag name="sulu.content.sortmode.show"/>
</property>

是否可以直接从页面上传文件 在后端?如果我已经在媒体管理器中上传了图片,它对我有用,但这对用户来说有点不方便。

是的,这是可能的,当您在叠加层中选择一个选项时,您只需拖放图像或单击带有加号 Click or Drag'n'Drop:

的按钮