diff options
| author | 2025-10-17 04:17:06 +0700 | |
|---|---|---|
| committer | 2025-10-17 04:17:06 +0700 | |
| commit | c9a2858279d3d3bf48d752d5ad250303368f9ebd (patch) | |
| tree | 9756d29796f30156a071920fef3f9cb15dffa1a6 /internal/glightbox/block.go | |
| parent | b3a60ae640c3a69f1b2767877c6b4975d62e539c (diff) | |
| download | web-c9a2858279d3d3bf48d752d5ad250303368f9ebd.tar.gz web-c9a2858279d3d3bf48d752d5ad250303368f9ebd.zip | |
feat: add support for tags in gallery images
feat: add 2x tag for an image in gallery
feat: update layout of galleries while loading images (not just after)
Diffstat (limited to 'internal/glightbox/block.go')
| -rw-r--r-- | internal/glightbox/block.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/glightbox/block.go b/internal/glightbox/block.go index 696f328..e53e67b 100644 --- a/internal/glightbox/block.go +++ b/internal/glightbox/block.go @@ -15,6 +15,7 @@ type GLightboxBlock struct { type GLightboxImage struct { URL string + Tags []string Caption []byte } |