Verified Commit dc3e7f9a authored by Jess's avatar Jess
Browse files

task: #3222668 Make media type descriptions more consistent

By: @anweshasinha
By: @ChrisMatthews
By: @bharath_kondeti
By: @dcam
By: @jensdn
By: @vijaycs85
By: @pguillard
By: @xjm
By: @hktang
By: @h_bee
By: @suryanto
By: @akmalfikri
By: @mradcliffe
By: @silverham
By: @rduterte
(cherry picked from commit 4888d905)
parent 3157cc68
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
#[MediaSource(
  id: "image",
  label: new TranslatableMarkup("Image"),
  description: new TranslatableMarkup("Use local images for reusable media."),
  description: new TranslatableMarkup("A locally hosted image file."),
  allowed_field_types: ["image"],
  default_thumbnail_filename: "no-thumbnail.png",
  thumbnail_alt_metadata_attribute: "thumbnail_alt_value"
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ status: true
dependencies: {  }
id: document
label: Document
description: "An uploaded file or document, such as a PDF."
description: "A locally hosted document, such as a PDF file."
source: file
queue_thumbnail_downloads: false
new_revision: true
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ status: true
dependencies: {  }
id: image
label: Image
description: "Use local images for reusable media."
description: "A locally hosted image file."
source: image
queue_thumbnail_downloads: false
new_revision: true
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ status: true
dependencies: {  }
id: remote_video
label: 'Remote video'
description: 'A remotely hosted video from YouTube or Vimeo.'
description: 'A video hosted on an external site (for example, YouTube or Vimeo).'
source: 'oembed:video'
queue_thumbnail_downloads: false
new_revision: true
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ status: true
dependencies: {  }
id: document
label: Document
description: "An uploaded file or document, such as a PDF."
description: "A locally hosted document, such as a PDF file."
source: file
queue_thumbnail_downloads: false
new_revision: true
Loading