Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The uploaded file is mapped to a media type based on its MIME type.
  • The default field labels are overridden with Media type specific labels such as Upload new image.
  • Actions for editing images in the media editor.
  • Actions for previewing images.
  • Thumbnail preview.

Classclassinfo.magnolia.dam.app.ui.field.definition.DamUploadFieldDefinition

...

Here's the completed view for an uploaded video.

 


Table of Contents

DAM upload field properties

...

Localtab Group
Localtab
activetrue
titleYAML file
Code Block
languagejs
form:
  tabs:
    - name: tabUpload
      label: Upload
      fields:
        - name: upload
          class: info.magnolia.dam.app.ui.field.definition.DamUploadFieldDefinition
          label: Upload asset
          binaryNodeName: jcr:content
          editFileName: true
Localtab
titleJCR node
Advanced Tables - Table Plus
enableHeadingAttributesfalse
enableSortingfalse
classm5-configuration-tree
enableHighlightingfalse

Node name

Value

Mgnl n
form

 


Mgnl n
tabs

 


Mgnl n
tabUpload

 


Mgnl n
fields

 


Mgnl n
upload

 


Mgnl p
binaryNodeName

jcr:content

Mgnl p
class

info.magnolia.dam.app.ui.field.definition.DamUploadFieldDefinition

Mgnl p
label

Upload asset

Mgnl p
editFileName

true

...