lelesys / plugin-products
TYPO3 Neos的产品插件
1.0.1
2014-02-17 09:14 UTC
Requires
- typo3/flow: *
- typo3/neos: *
This package is auto-updated.
Last update: 2024-09-10 21:03:42 UTC
README
这是一个产品目录插件,可以按类别显示产品。
重要说明:初始包开发是在TYPO3 Neos处于alpha3/4阶段完成的。我们正在努力工作,以确保其完美运行并使用Flow/Neos的最佳实践/概念美化源代码。请保持关注!
快速开始
- 将插件的TypoScript定义包含到您自己的TypoScript中(例如,位于Packages/Sites/Your.Site/Resources/Private/TypoScripts/Library/ContentElements.ts2),使用
include: resource://Lelesys.Plugin.Products/Private/TypoScripts/Library/NodeTypes.ts2
- 将插件的样式表包含到您自己的样式表中,其中添加了网站的其它样式表。
<link href="{f:uri.resource(path: 'resource://Lelesys.Plugin.Products/Public/Styles/Products.css')}" rel="stylesheet" media="screen">
- 将插件内容元素“目录”添加到您选择的位置,目录插件将允许添加新的类别和产品。