typo3-records-list-types

Installation
SKILL.md

TYPO3 Records List Types

Compatibility: TYPO3 v14.0+ / PHP 8.3+ Extension key: records_list_types / Composer package name: webconsulting/records-list-types GitHub: https://github.com/dirnbauer/typo3-records-list-types

Extension version: Use the GitHub repository / composer.json of webconsulting/records-list-types as the source of truth — this skill’s YAML version is for the skill document only.

Composer / Packagist: Confirm on Packagist whether webconsulting/records-list-types is published. If not, add a repositoriesvcs entry in the root composer.json pointing at the GitHub repo, then composer require vendor/package:dev-main (or a tag). Plain composer require webconsulting/records-list-types fails 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
Related skills
Installs
38
GitHub Stars
29
First Seen
Feb 10, 2026