belsignum/powermail-country
Composer 安装命令:
composer require belsignum/powermail-country
包简介
Improve Country select with more options based on static_info_tables
README 文档
README
Improve the Powermail select option list
- Option value: Choose between
- ISO 3166-1 A2/A3 country code
- English Short Name
- Custom List
- Limitation
- All static_countries
- European Union (EU)
- United Nations (UN)
- Territories Select List
- Label value respect current language and static_info_tables_* modifications
- Available Hook to post modify option list
- Dynamic add of available State list for Format Options ISO 3166-1 A2/A3
- Custom mapping possible by TypoScript
Requirements
- static_info_tables
- powermail
Installation
- Install via composer req belsignum/powermail-country
- Add static template
Backend
Frontend
Custom County Mapping
# Custom County Mapping
plugin.tx_powermailcountry.settings.mapping {
country_zones {
MX {
AG = Aguascalientes
BC = Baja California
BS = Baja California Sur
...
}
MEX < .MX
}
}
Changelog
- 12.0.0 - Support for TYPO3 v12
- Replace deprecated Extbase object container usage with TYPO3 v12 object override configuration
- Add Extbase persistence subclass/recordType mapping for Powermail country fields
- Modernize PHP codebase for TYPO3 v12 / PHP 8.3 (strict types, typed properties, safer argument handling)
- 11.2.0 - Add English Short Name and Custom Format Option
- 11.1.0 - Add corresponding County Select
- 11.0.0 - Support for TYPO3 v11 (thanks to Frank Gerards)
统计信息
- 总下载量: 44
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2022-03-19


