belsignum/powermail-country

Improve Country select with more options based on static_info_tables

Installs: 32

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 0

Type:typo3-cms-extension

11.2.3 2024-07-24 13:05 UTC

This package is auto-updated.

Last update: 2024-07-24 13:06:24 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

  • 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)