garvinhicking / tca-country-example
Example to showcase TCA type=country in Extbase
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: 14.0.*@dev
README
This is a dummy extension to showcase this patch:
https://review.typo3.org/c/Packages/TYPO3.CMS/+/86177
It is needed to use this extension.
Usage
- Activate extension
- Setup or use an existing storage page and insert a few records of type "License"
- Insert the "License" plugin on a page
- Include the TypoScript in your root page (sys_template, no Site Set Yet). Note that
storagePid
is currently bypassed throughsetRespectStoragePage(false)
for simplicity. - View the page with the plugin, check out the List/New/Edit actions
TODO
- The
localize
domain model getter method is not great, Bob. Any other way for convenience?