Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: DOCU-1886

...

  • 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

fieldType: damUpload

Here's the completed view for an uploaded image.

...

View in lightbox preview
<field name>

required

Name of the field

lightboxCaption

editFileCaption

optional, default is

Edit image...

Text displayed as tooltip when you hover over the

edit action icon.

editFileCaptionlightboxCaption

optional, default is Edit imageView in lightbox...

Text displayed as tooltip when you hover over the edit preview action icon.

Common field properties:

Include Page
_Common field properties
_Common field properties

Info

When using the basic upload field in a composite field use the DelegatingCompositeFieldTransformer. The other transformer classes do not work.

...