-
Notifications
You must be signed in to change notification settings - Fork 0
[FEATURE] New TCA type "country" #1232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
linawolf
added a commit
to TYPO3-Documentation/TYPO3CMS-Reference-TCA
that referenced
this issue
Apr 18, 2025
References: TYPO3-Documentation/Changelog-To-Doc#1232 Releases: main
froemken
pushed a commit
to TYPO3-Documentation/TYPO3CMS-Reference-TCA
that referenced
this issue
Apr 18, 2025
* [FEATURE] New TCA type "country" References: TYPO3-Documentation/Changelog-To-Doc#1232 Releases: main * [TASK] Language check --------- Co-authored-by: Sarah McCarthy <[email protected]>
linawolf
added a commit
to TYPO3-Documentation/TYPO3CMS-Reference-ViewHelper
that referenced
this issue
Apr 18, 2025
In preparation for documenting TYPO3-Documentation/Changelog-To-Doc#1232 Releases: main, 13.4
linawolf
added a commit
to TYPO3-Documentation/TYPO3CMS-Reference-ViewHelper
that referenced
this issue
Apr 24, 2025
In preparation for documenting TYPO3-Documentation/Changelog-To-Doc#1232 Releases: main, 13.4
linawolf
added a commit
to TYPO3-Documentation/TYPO3CMS-Reference-CoreApi
that referenced
this issue
May 1, 2025
References: TYPO3-Documentation/Changelog-To-Doc#1232 Releases: main
linawolf
added a commit
to TYPO3-Documentation/TYPO3CMS-Reference-CoreApi
that referenced
this issue
May 1, 2025
References: TYPO3-Documentation/Changelog-To-Doc#1232 Releases: main
froemken
pushed a commit
to TYPO3-Documentation/TYPO3CMS-Reference-CoreApi
that referenced
this issue
May 2, 2025
* [FEATURE] Country as Extbase Type References: TYPO3-Documentation/Changelog-To-Doc#1232 Releases: main * [FEATURE] Country as Extbase Type References: TYPO3-Documentation/Changelog-To-Doc#1232 Releases: main
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ℹ️ View this commit on Github
👥 Authored by Georg Ringer [email protected]
✔️ Merged by Georg Ringer [email protected]
Commit message
[FEATURE] New TCA type "country"
The TCA type "country" utilizes the country API provided
with #99618 to give integrators a simple way to implement
a country selection.
This feature implements:
The Country API object is enhanced with a
__toString()
method to allow simple usage when passed on to a Fluid
template.
This patch should act as a boilerplate for other
custom TCA types.
Note that implementation of the "Country API" into
EXT:form has been implemented already, so future new
TCA types may need EXT:form adaptation, too. Also,
a custom
f:form.countrySelect
ViewHelper already exists.A small demo extension is available:
https://github.com/garvinhicking/tca_country_example/
Resolves: #99911
Related: #99618
Related: #104997
Releases: main
Change-Id: I859ffa0b9d5a34ee104570d48b92ea6f10a50c7b
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/86177
Reviewed-by: Benni Mack [email protected]
Reviewed-by: Georg Ringer [email protected]
Tested-by: core-ci [email protected]
Tested-by: Georg Ringer [email protected]
Tested-by: Benni Mack [email protected]
➕ Added files
14.0/Feature-99911-NewTCATypeCountry.rst
The text was updated successfully, but these errors were encountered: