dekodeinteraktiv/hogan-content-grid

Content Grid Module for Hogan.

Installs: 5 990

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 9

Forks: 0

Open Issues: 4

Type:wordpress-plugin

pkg:composer/dekodeinteraktiv/hogan-content-grid

1.1.5 2020-10-02 08:34 UTC

This package is auto-updated.

Last update: 2025-09-29 01:41:29 UTC


README

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/content_grid/providers/enabled Enable/disable providers (Standard, text and image)

Example:

function enable_image_provider( array $args ) : array { $args ['image']['enabled'] = 1; return $args; } add_filter( 'hogan/module/content_grid/providers/enabled', __NAMESPACE__ . '\\enable_image_provider' );

  • More will be added soon

hogan/module/content_grid/standard/label/enabled Enable/disable label field. Default disabled.