SULU CMF: Direct upload in media_selection -


i have page field of type media_selection. configuration one.

<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> 

is possible upload file directly page in backend? work's me if have image uploaded in media-manager that's kind of inconvinient users.

yeah, that's possible, when choose selection in overlay can drag&drop images or click button plus sign saying click or drag'n'drop:

enter image description here


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -