belsignum/powermail-country

Improve Country select with more options based on static_info_tables

Maintainers

👁 belsignum

Package info

github.com/Andreas-Sommer/powermail_country

Type:typo3-cms-extension

pkg:composer/belsignum/powermail-country

Statistics

Installs: 44

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

11.2.3 2024-07-24 13:05 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

GPL-2.0-or-later 7c3fc13f1c9d12fed826f1df99f12f305ebe09f0

  • Andreas Sommer

This package is auto-updated.

Last update: 2026-06-24 17:33:43 UTC


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

👁 Powermail Country Select option configuration

Frontend

👁 Powermail Country Select
👁 Powermail Country Select with corresponding County

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)