dekodeinteraktiv / hogan-banner
Banner Module for Hogan
Installs: 8 279
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 9
Forks: 0
Open Issues: 22
Type:wordpress-plugin
Requires
- php: >=7.0
- composer/installers: ~1.2
- dekodeinteraktiv/hogan-core: >=1.1.7
- dev-master
- 2.4.1
- 2.4.0
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.0
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.1
- 2.0.0
- 1.1.1
- 1.1.0
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.1
- 1.0.0
- 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.8
- dev-dependabot/npm_and_yarn/dot-prop-4.2.1
- dev-dependabot/npm_and_yarn/websocket-extensions-0.1.4
- dev-dependabot/npm_and_yarn/mixin-deep-1.3.2
- dev-dependabot/npm_and_yarn/fstream-1.0.12
- dev-dependabot/npm_and_yarn/lodash.mergewith-4.6.2
- dev-dependabot/npm_and_yarn/tar-2.2.2
- dev-dependabot/npm_and_yarn/extend-3.0.2
- dev-dependabot/npm_and_yarn/sshpk-1.16.1
- dev-dependabot/npm_and_yarn/macaddress-0.2.9
- dev-dependabot/npm_and_yarn/heisenberg-scripts-0.3.13
- dev-dependabot/npm_and_yarn/atob-2.1.2
- dev-dependabot/npm_and_yarn/stringstream-0.0.6
- dev-filter-for-large-image-classes
This package is auto-updated.
Last update: 2024-11-11 10:48:35 UTC
README
Installation
Install the module using Composer composer require dekodeinteraktiv/hogan-banner
or simply by downloading this repository and placing it in wp-content/plugins
Available filters
Default values
hogan/module/banner/defaults/content_position
- Defaultleft
.hogan/module/banner/defaults/text_align
- Defaultleft
.hogan/module/banner/defaults/theme
- Defaultdark
.hogan/module/banner/defaults/width
- Defaultfull
.
Image
hogan/module/banner/main_image/required
- Should main image be required. Defaulttrue
.hogan/module/banner/main_image/args
- Main image arguments passed towp_get_attachment_image
.hogan/module/banner/image/enabled
- Content image. Defaulttrue
.hogan/module/banner/image/args
- Image arguments passed towp_get_attachment_image
.
Call to action
hogan/module/banner/cta/classnames
- Call to action button classnames.hogan/module/banner/secondary_cta/enabled
- Enable secondary call to action button. Defaultfalse
.hogan/module/banner/secondary_cta/classnames
- Secondary call to action button classnames.
ACF Fields
hogan/module/banner/acf/layout
- Layout option field.hogan/module/banner/acf/main_image
- Main image field.hogan/module/banner/acf/image
- Image field.hogan/module/banner/acf/tagline
- Tagline field.hogan/module/banner/tagline/enabled
- Enable or disable tagline. Defaultfalse
.hogan/module/banner/acf/content_heading
- Heading field.hogan/module/banner/acf/content
- Content field.hogan/module/banner/acf/theme/enabled
- Enable or disable theme option. Defaulttrue
.hogan/module/banner/acf/theme
- Theme option. Used to create different color themes.hogan/module/banner/acf/theme_on_full
- True/false select if we want background color on full layout.hogan/module/banner/acf/width/enabled
- Enable or disable width option. Defaulttrue
.hogan/module/banner/acf/width
- Width option. Used to select if is banner should be inside grid or 100% page width.hogan/module/banner/acf/content_position/enabled
- Enable or disable content position. Defaulttrue
.hogan/module/banner/acf/content_position
- Content position.hogan/module/banner/acf/content_position_full
- Content position whenfull
layout is selected.hogan/module/banner/acf/text_align/enabled
- Enable or disable text align option. Defaulttrue
.hogan/module/banner/acf/text_align
- Text align.