From d5f5eae389b26e58cef92c70f22a80c61ce5d5c7 Mon Sep 17 00:00:00 2001 From: Tom Jaeger Date: Thu, 5 Jun 2025 15:08:19 -0400 Subject: [PATCH 1/2] Update file.md --- docs/fieldtypes/file.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/fieldtypes/file.md b/docs/fieldtypes/file.md index be32a47ca..ded553fb4 100755 --- a/docs/fieldtypes/file.md +++ b/docs/fieldtypes/file.md @@ -199,6 +199,10 @@ If you have defined any [image manipulations](control-panel/file-manager/upload- {url:small} +### `{url:thumbs}` + +The URL to the thumbnail image thats auto created for the control panel. + ### `{width}` The width of the image (in pixels) if applicable. From ab1b7b56bb120d90bb8b8c642c0c049729edd75b Mon Sep 17 00:00:00 2001 From: Tom Jaeger Date: Thu, 5 Jun 2025 15:14:41 -0400 Subject: [PATCH 2/2] Update file.md --- docs/fieldtypes/file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fieldtypes/file.md b/docs/fieldtypes/file.md index ded553fb4..84f682e9b 100755 --- a/docs/fieldtypes/file.md +++ b/docs/fieldtypes/file.md @@ -201,7 +201,7 @@ If you have defined any [image manipulations](control-panel/file-manager/upload- ### `{url:thumbs}` -The URL to the thumbnail image thats auto created for the control panel. +The URL to the thumbnail image that's auto created for the control panel. ### `{width}`