lelesys/plugin-news

News plugin for TYPO3 Neos

Installs: 369

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 19

Forks: 6

Open Issues: 2

Type:typo3-flow-plugin

1.0.1 2014-07-15 09:21 UTC

This package is auto-updated.

Last update: 2024-04-10 20:54:15 UTC


README

This plugin adds news to your websites.

Important note: This package is no more maintained. We are going to remove this package soon. We have developed node based Neos plugin for News. You can find it https://github.com/lelesys/Lelesys.News here.

Quick start

  • Run composer require "lelesys/plugin-news:1.0.1"

  • Run ./flow doctrine:migrate

  • Add following in top level Configuration/Routes.yaml just before the TYPO3 Neos route.

-
  name: 'news routes'
  uriPattern: '<LelesysPluginNewsSubroutes>'
  defaults:
    '@package': 'Lelesys.Plugin.News'
    '@format' : 'html'
  subRoutes:
    LelesysPluginNewsSubroutes:
      package: Lelesys.Plugin.News
  • Add following line in your Site package’s Root.ts2
include: resource://Lelesys.Plugin.News/Private/TypoScripts/Library/NodeTypes.ts2
  • Add NewsAdmin role to your backend user
./flow user:addrole USERNAME Lelesys.Plugin.News:NewsAdmin
  • Now you can goto Neos backend and you will see News Management backend module and submodules. You can create a Folder then you can create Categories and News records for the Folder.

  • On Neos page you can put the News list plugin e.g. and select the Folder in the inspector. You can also change the template paths from the inspector for this plugin.