futjikato/plugintsview

Last activity 09 Mar 2016 8
composer require futjikato/plugintsview

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

dev-master

Version
dev-master
Type
neos-package
Release Date
Mar 09, 2016 16:42
Source
git
Distribution
zip
Requires
  • typo3/flow: *
MIT 554335f3d6748d8adb658711c986b89f7fdd17a7

Readme excerpt

TypoScript Plugin View

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

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

Usage

For the plugin controller use the provided abstract controller

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


Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 2 package(s).