Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 841 Bytes

File metadata and controls

27 lines (20 loc) · 841 Bytes

TYPO3 Neos Blog 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.