https://github.com/dekodeinteraktiv/hogan-content-grid
Hogan Content Grid Module
https://github.com/dekodeinteraktiv/hogan-content-grid
acf dekode-hogan hogan php wordpress-plugin
Last synced: 7 months ago
JSON representation
Hogan Content Grid Module
- Host: GitHub
- URL: https://github.com/dekodeinteraktiv/hogan-content-grid
- Owner: DekodeInteraktiv
- License: gpl-3.0
- Created: 2018-01-29T15:42:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T08:35:18.000Z (over 5 years ago)
- Last Synced: 2025-02-23T21:05:00.690Z (11 months ago)
- Topics: acf, dekode-hogan, hogan, php, wordpress-plugin
- Language: PHP
- Size: 57.6 KB
- Stars: 1
- Watchers: 10
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Content Grid Module for [Hogan](https://github.com/dekodeinteraktiv/hogan-content-grid)
## 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.