ttree/neos-toolbox
最新稳定版本:2.1.3
Composer 安装命令:
composer require ttree/neos-toolbox
包简介
A toolbox of Node Types and TypoScript2 objects for TYPO3 Neos.
README 文档
README
Requirements
- Neos CMS 2.0
Mixins / DocumentWithTeaserImageMixin
Add a simple teaser image to the current document node.
Usage
'Your.Package:Document':
superTypes:
'Ttree.Neos.Toolbox:DocumentWithTeaserImageMixin': TRUE
Mixins / InlineEditableTitleMixin
Change document configuration to support inline editable title.
Usage
'Your.Package:Document':
superTypes:
'Ttree.Neos.Toolbox:InlineEditableTitleMixin': TRUE
Mixins / AddressMixin
Basic configuration to add contact and address informations to the given node.
Usage
'Your.Package:Document':
superTypes:
'Ttree.Neos.Toolbox:ContactInformationMixin': TRUE
'Ttree.Neos.Toolbox:PostalAddressMixin': TRUE
GenericNodeTypePostprocessor
This processor is experimental, and API can change at any time
The `GenericNodeTypePostprocessorcan be used to extend node type, based on the currentsuperTypes`.
Currently the PostProcessor support a basic property overlay to inject state for Switzerland. With the following configuration
you should have the switzerland's region in the `addressRegion` property.
'Your.Package:Document':
superTypes:
'Ttree.Neos.Toolbox:ContactInformationMixin': TRUE
'Ttree.Neos.Toolbox:PostalAddressMixin': TRUE
'Ttree.Neos.Toolbox:SwitzerlandPostalAddressMixin': TRUE
In the future this processor will be able to use multiple preset to have per ex. Switzerland + France region.
Check the `Settings.yaml` to change the default configuration of the processor.
统计信息
- 总下载量: 203
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-09-06