t3brightside/addresses
Composer 安装命令:
composer require t3brightside/addresses
包简介
Address Records
README 文档
README
TYPO3 CMS extension for address lists.
Features
- List of addresses from pages or selected records
- Image crop
- Sort by
- Basic category filter in BE
- Pagination with items per page and unique to the content element with paginatedprocessors
- Social links with icons
- Easy to add custom templates
- Bidirectional connection to pages
- Contact to ext:personnel records using ext:addressespersonnel
System requirements
- TYPO3
- fluid_styled_content
- paginatedprocessors
- embedassets
Installation
composer req t3brightside/addressesor from TYPO3 extension repository addresses- Add static template
- Include static template for Paginatedprocessors
- Change extension configuration for enabling features like: show BE thumbnails, allow connection in page properties, disable pagination
Usage
- Create address records in a Page/Sysfolder
- Add desired content element and point to the Page/Sysfolder or individual records
Add custom template
TypoScript Check the constant editor.
PageTS
TCEFORM.tt_content.tx_addresses_template.addItems {
minilist = Mini List
}
Fluid Add new section wheres IF condition determines template name 'minilist' to: Resources/Private/Templates/Addresses.html
<f:if condition="{data.tx_addresses_template} == minilist"> <f:for each="{addresses}" as="address" iteration="iterator"> <f:render partial="Minilist" arguments="{_all}"/> </f:for> </f:if>
Create new partial: Resources/Private/Partials/Minilist.html
routeEnhancers
For the pagination routing check t3brightside/paginatedprocessors
Development & maintenance
Brightside OÜ – TYPO3 development and hosting specialised web agency
统计信息
- 总下载量: 3.04k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 1
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2024-07-06