Hogan Module: Content Grid
Hogan Content Grid Module
by Dekode · github.com/dekodeinteraktiv/hogan-content-grid · website
★ 1stars
6.9kcomposer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/dekodeinteraktiv/hogan-content-grid/archive/refs/heads/master.zipAlso on Packagist as dekodeinteraktiv/hogan-content-grid:
composer require dekodeinteraktiv/hogan-content-gridDeclares an update source (https://github.com/dekodeinteraktiv/hogan-content-grid), so updates arrive through the plugin's own updater.
From the readme
Content Grid Module for Hogan
Installation
Install the module using Composer composer require dekodeinteraktiv/hogan-content-grid or simply by downloading this repository and placing it in wp-content/plugins
Available filters
hogan/module/contentgrid/providers/enabled Enable/disable providers (Standard, text and image)
Example:
function enableimageprovider( array $args ) : array {
$args ['image']['enabled'] = 1;
return $args;
}
addfilter( 'hogan/module/contentgrid/providers/enabled', NAMESPACE . '\\enableimageprovider' );
- More will be added soon
hogan/module/contentgrid/standard/label/enabled Enable/disable label field. Default disabled.
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.1.5 | Oct 2, 2020 |
| 1.1.4 | Oct 1, 2020 |
| 1.1.3 | Aug 24, 2020 |
| 1.1.2 | Mar 30, 2020 |
| 1.1.1 | Oct 31, 2018 |
| 1.1 | Oct 19, 2018 |
| 1.0.3 | Oct 11, 2018 |
| 1.0.2 | Apr 5, 2018 |
| 1.0.1 | Feb 27, 2018 |
| 1.0.0 | Feb 16, 2018 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.