permanent
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

admin-addon-media-metadata.yaml
text/plain

Download raw (418 bytes)

enabled: true

metadata_form:
  fields:
  - type: hidden
    title: PLUGIN_ADMIN_ADDON_MEDIA_METADATA.FILENAME
    name: filename
    readonly: true

  - type: text
    label: PLUGIN_ADMIN_ADDON_MEDIA_METADATA.TITLE
    name: title
    
  - type: text
    label: PLUGIN_ADMIN_ADDON_MEDIA_METADATA.ALT
    name: alt

  - type: textarea
    label: PLUGIN_ADMIN_ADDON_MEDIA_METADATA.CAPTION
    name: caption
    rows: 3