Attention
This extension has been marked as obsolete. Please migrate to the Country Select form element provided by EXT:form available since TYPO3 v12.3: Feature: #99735 - New Country Select form element
Migration
Target group: Developers, Integrators
From version 1.x/2.x to version 3.0
Since TYPO3 v12 LTS ships with an own country select form element which conflicts with this extension, the form type has to be adjusted in your forms:
Before:
fileadmin/form_definitions/my_form.form.yaml
renderables:
-
renderables:
-
type: CountrySelect
identifier: my-countryselect
label: 'Country'
Copied!
After:
fileadmin/form_definitions/my_form.form.yaml
renderables:
-
renderables:
-
type: ExtCountrySelect
identifier: my-countryselect
label: 'Country'
Copied!
Note
This version of the extension should ease the upgrade to TYPO3 v12 LTS. The extension is now considered legacy and will not be developed further on. You should migrate to the form element provided by the TYPO3 Core which was feature-99735-1678701694 with TYPO3 v12.3.