futjikato/plugintsview

Letzte Aktivität 09 Mar 2016 8
composer require futjikato/plugintsview

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

v1.0.0

Version
v1.0.0
Type
neos-package
Release Date
Jan 24, 2016 21:03
Source
git
Distribution
zip
Requires
MIT 42733360e2b62ae4d26e604cbfe0f59ad0486bfb

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

The content of the readme is provided by Github
The same vendor provides 2 package(s).