An open API service indexing awesome lists of open source software.

https://github.com/localgovdrupal/localgov_blogs

Provides blog channel and blog post content types with related views for LocalGov Drupal.
https://github.com/localgovdrupal/localgov_blogs

Last synced: 3 months ago
JSON representation

Provides blog channel and blog post content types with related views for LocalGov Drupal.

Awesome Lists containing this project

README

          

![Tests](https://img.shields.io/github/actions/workflow/status/localgovdrupal/localgov_blogs/test.yml)

# LocalGov Drupal Blogs

This module provides blog channel and blog post content types with related views for the LocalGov Drupal distribution.

## Content types

The content types this module provides are:
- Blog channel
- Blog post

## Other features

The module includes an optional Previous / Next Navigation block - called Blog Previous Next block - which can be added to any region using block layout
Normally added to the `Content bottom` region and restricted to just `Blog post` content types

## Installing

You can install this module with the following composer command.

```
composer require localgovdrupal/localgov_blogs:^1.0.0
```

## Issues

If you run into issues using this module, please report them at https://github.com/localgovdrupal/localgov_blogs/issues

## Maintainers

- Stephen Cox - [Drupal (stephen-cox)](https://www.drupal.org/u/stephen-cox) | [GitHub (stephen-cox)](https://github.com/stephen-cox)
- Mark Conroy - [Drupal (markconroy)](https://www.drupal.org/u/markconroy) | [GitHub (markconroy)](https://github.com/markconroy)