2017 © Pedro Peláez
 

neos-package plugintsview

Very minimal package to provide an abstract controller for plugins to render with TS viewer.

image

futjikato/plugintsview

Very minimal package to provide an abstract controller for plugins to render with TS viewer.

  • Wednesday, March 9, 2016
  • by futjikato
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

TypoScript Plugin View

Very minimal package to provide an abstract controller for plugins to render with TS viewer., (*1)

Concept from https://discuss.neos.io/t/whats-the-best-way-to-render-nodes-inside-a-plugin-using-typoscript/42/2, (*2)

Usage

For the plugin controller use the provided abstract controller, (*3)

use Futjikato\PluginTsView\Controller\PluginController;

class ContentPluginController extends PluginController
{

For rendering a typoscript path at path plugins.<PackageKey>.<ControllerName>.<ActionName> is used.
In the package key the dot is removed so for the above example the path is: plugins.FutjikatoDevSite.ContentPlugin.index, (*4)

The Versions

09/03 2016

dev-master

9999999-dev

Very minimal package to provide an abstract controller for plugins to render with TS viewer.

  Sources   Download

MIT

The Requires

 

24/01 2016

v1.0.0

1.0.0.0

Very minimal package to provide an abstract controller for plugins to render with TS viewer.

  Sources   Download

MIT

The Requires