New record component in the Contents > Records module
New in version 14.0
Record types are now also displayed in the "New record" component.
See Feature: #99459 - Respect record type while creating new records.
The "New Record" component in the Contents > Records module
The "Create new record" component in the backend, which is accessible in the Contents > Records module can be used by editors and admins to create records in the TYPO3 backend.
Tables defined in the Table configuration array (TCA) are automatically detected and displayed in the component if they are allowed on the current page.
All available record types for tables that support sub-schemas (record types) are also displayed.
Record types can be prevented from being displayed in the "New record" component
by setting $GLOBALS
in TCA.
Additionally, the PSR-14 ModifyNewRecordCreationLinksEvent allows for complete customization of the creation links.