obisconcept/neos-blog-plugin

This package is abandoned and no longer maintained. The author suggests using the obisconcept/neos-blog package instead.

A small node type based blog plugin for Neos

2.0.0 2019-01-23 11:53 UTC

This package is auto-updated.

Last update: 2022-02-01 12:51:03 UTC


README

Some introduction ...

Installation

Add the package in your site package composer.json

"require": {
    "obisconcept/neos-gmaps-plugin": "~1.0"
}

Add these lines to the main Routes.yaml before Neos Neos subroutes definition:

-
  name: 'ObisConceptNeosBlogPlugin'
  uriPattern: '<ObisConceptNeosBlogPluginSubroutes>'
  subRoutes:
    ObisConceptNeosBlogPluginSubroutes:
      package: ObisConcept.NeosBlogPlugin

Version History

Changes in 1.0.0

  • First version of the Neos CMS Blog plugin