Attention
TYPO3 v10 has reached end-of-life as of April 30th 2023 and is no longer being maintained. Use the version switcher on the top left of this page to select documentation for a supported version of TYPO3.
Need more time before upgrading? You can purchase Extended Long Term Support (ELTS) for TYPO3 v10 here: TYPO3 ELTS.
options¶
Various options for the page affecting the core at various points.
backendLayout¶
exclude¶
- Datatype
list of identifiers / uids
- Description
Exclude a list of backend layouts form being selectable when assigning a backend layout to a page record.
Use the uid/identifier of the record in the default data provider.
- Example
Two backend layout records shown in list module¶
# Exclude two backend layouts from drop down selector options.backendLayout.exclude = 1,2
Drop down without backend layouts¶