Skip to content

rotespferd/Mariansievers.Plugin.News

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TYPO3 Neos News Plugin

This plugin provides a node-based plugin for TYPO3 Neos websites.

Note: this package is still experimental and may change heavily in the near future.

Quick start

  • include the Plugin's route definitions to your Routes.yaml file, just like
-
  name: 'RobertLemkeBlogPlugin'
  uriPattern: '<RobertLemkeBlogPluginSubroutes>'
  subRoutes:
    RobertLemkeBlogPlugin:
      package: RobertLemke.Plugin.Blog
  • include the plugin's TypoScript definitions to your own one's (located in, for example, Packages/Sites/Your.Site/Resources/Private/TypoScripts/Library/ContentElements.ts2, with:
include: resource://RobertLemke.Plugin.Blog/Private/TypoScripts/Library/NodeTypes.ts2
  • add the plugin content element "Blog Post Overview" to the position of your choice.

Credits

Special thanks to Robert Lemke, who created the Neos blog-plugin from which this plugin is forked.

About

TYPO3 Neos plugin for a simple news.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 76.5%
  • CSS 21.3%
  • Ruby 2.2%