dekodeinteraktiv / hogan-gallery
Image Gallery Module for Hogan
Installs: 12 207
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 9
Forks: 0
Open Issues: 26
Language:JavaScript
Type:wordpress-plugin
Requires
- php: >=7.0
- composer/installers: ~1.2
- dekodeinteraktiv/hogan-core: >=1.1.7
Requires (Dev)
- dev-master
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-dependabot/npm_and_yarn/express-4.18.2
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/loader-utils-1.4.2
- dev-dependabot/npm_and_yarn/css-what-2.1.3
- dev-dependabot/npm_and_yarn/follow-redirects-1.14.8
- dev-dependabot/npm_and_yarn/chownr-1.1.4
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/tar-2.2.2
- dev-dependabot/npm_and_yarn/dns-packet-1.3.4
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/add-v2-config-file
- dev-dependabot/npm_and_yarn/y18n-3.2.2
- dev-dependabot/npm_and_yarn/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/ini-1.3.7
- dev-dependabot/composer/dekodeinteraktiv/coding-standards-tw-4.0.0
- dev-dependabot/npm_and_yarn/websocket-extensions-0.1.4
- dev-dependabot/npm_and_yarn/extend-3.0.2
- dev-dependabot/npm_and_yarn/mixin-deep-1.3.2
- dev-dependabot/npm_and_yarn/lodash.mergewith-4.6.2
- dev-dependabot/npm_and_yarn/stringstream-0.0.6
- dev-dependabot/npm_and_yarn/macaddress-0.2.9
- dev-issue-23
This package is auto-updated.
Last update: 2024-11-08 21:43:28 UTC
README
Installation
Install the module using Composer composer require dekodeinteraktiv/hogan-gallery
or simply by downloading this repository and placing it in wp-content/plugins
Available filters
hogan/module/gallery/layout/grid/thumbnail_size
for overriding default thumbnail image size for grid layout, default 'thumbnail'.hogan/module/gallery/layout/grid/show_more_link
Show "+ X images" link if more than 6 images in grid layout. Defaulttrue
hogan/module/gallery/layout/slider/show_expand_icon
Show icon to open expand the icon. If false you can click on the image instead. Defaulttrue
.hogan/module/gallery/layout/thumbnail_size
for overriding default thumbnail image size for other layouts than grid, default 'large'.hogan/module/gallery/template
for overriding the default template file.hogan/module/gallery/wrapper_tag
for outer HTML wrapper tag, default<section>
hogan/module/gallery/wrapper_classes
for outer HTML wrapper CSS classes.hogan/module/gallery/inner_wrapper_classes
for inner HTML<div>
wrapper classes.hogan/module/gallery/heading/enabled
for enabling heading field, default true.hogan/module/gallery/slider/flickity
flickity options. See https://flickity.metafizzy.co/options.htmlhogan/module/gallery/item
for overriding the post values for the gallery item.hogan/module/gallery/caption/allowed_html
for allowing html tags in captions.