typo3-records-list-types
TYPO3 Records List Types
Compatibility: TYPO3 v14.0+ / PHP 8.3+ Extension key:
records_list_types/ Composer package name:webconsulting/records-list-typesGitHub: https://github.com/dirnbauer/typo3-records-list-typesExtension version: Use the GitHub repository /
composer.jsonofwebconsulting/records-list-typesas the source of truth — this skill’s YAMLversionis for the skill document only.Composer / Packagist: Confirm on Packagist whether
webconsulting/records-list-typesis published. If not, add arepositories→vcsentry in the rootcomposer.jsonpointing at the GitHub repo, thencomposer require vendor/package:dev-main(or a tag). Plaincomposer require webconsulting/records-list-typesfails until the package is registered or aliased.
TYPO3 API First: Always use TYPO3's built-in APIs, core features, and established conventions before creating custom implementations. Do not reinvent what TYPO3 already provides. Always verify that the APIs and methods you use exist and are not deprecated in TYPO3 v14 by checking the official TYPO3 documentation.
1. Overview
Transforms the TYPO3 backend Records module with multiple view modes:
| View | Description | Best for |
|---|---|---|
| List | Standard TYPO3 table (unchanged) | Data-heavy tables, system records |
More from dirnbauer/webconsulting-skills
document-processing
>-
187ai-search-optimization
>-
184typo3-content-blocks
>-
89typo3-ddev
Use when providing DDEV URLs, accessing TYPO3 backend in browser, performing any ddev command (e.g. start, stop, restart, describe, exec), setting up DDEV for TYPO3 extension development, or testing across multiple TYPO3 versions. Triggers on: ddev URLs, backend URLs, local development, docker environment, PHP version management, multi-version testing.
85webconsulting-branding
>-
78legal-impressum
>-
75