From 97e14b1a57a6b36e2a954a930bd83ba7309363f2 Mon Sep 17 00:00:00 2001 From: Cyperghost Date: Tue, 12 Nov 2024 15:11:45 +0100 Subject: [PATCH] `data-type` is optional --- docs/javascript/components_image_viewer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/javascript/components_image_viewer.md b/docs/javascript/components_image_viewer.md index 385a9068..71fd4b42 100644 --- a/docs/javascript/components_image_viewer.md +++ b/docs/javascript/components_image_viewer.md @@ -4,7 +4,7 @@ The Image Viewer component enables interactive image viewing in a modal, using t It supports automatic or manual opening and grouping of images. Not only images, but also Videos, YouTube Videos, PDFs, HTML, [...](https://fancyapps.com/fancybox/) are supported and can be displayed in the modal. -The appropriate `data-type` must be set, the system tries to determine this if it has not been set. +The appropriate `data-type` can be set, the system tries to determine this if it has not been set. For example, the following can be used: - `image` - Image -- 2.20.1