futjikato/plugintsview
Composer 安装命令:
composer require futjikato/plugintsview
包简介
Very minimal package to provide an abstract controller for plugins to render with TS viewer.
README 文档
README
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
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-01-24