From 5bd45cf2956a772ef9a5e7ab131155ba8746d3b5 Mon Sep 17 00:00:00 2001 From: Jason Varga Date: Wed, 9 Sep 2026 16:28:09 -0400 Subject: [PATCH] Update `is_video` extension list for assets fieldtype Ref: statamic/cms#15378 --- content/collections/fieldtypes/assets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/collections/fieldtypes/assets.md b/content/collections/fieldtypes/assets.md index cf659ba6d..a7ab01706 100644 --- a/content/collections/fieldtypes/assets.md +++ b/content/collections/fieldtypes/assets.md @@ -178,7 +178,7 @@ Inside an asset variable's tag pair you'll have access to the following variable | `is_image` | `true` when file is one of `jpg`, `jpeg`, `png`, `gif`, or `webp`. | | `is_svg` | `true` when file is an `svg`. | | `is_pdf` | `true` when file is a `pdf`. | -| `is_video` | `true` when file is one of `h264`, `mp4`, `m4v`, `ogv`, or `webm`. | +| `is_video` | `true` when file is one of `h264`, `mp4`, `m4v`, `ogv`, `webm`, `mov`, `mpeg`, `mpg`, or `mkv`. | | `last_modified` | Formatted date string of the last modified time | | `last_modified_instance` | [Carbon][carbon] instance of the last modified time | | `last_modified_timestamp` | Unix timestamp of the last modified time |