Attention
TYPO3 v8 has reached its end-of-life March 31st, 2020 and is not maintained by the community anymore. Looking for a stable version? Use the version switch on the top left.
You can order Extended Long Term Support (ELTS) here: TYPO3 ELTS.
->OPTIONS¶
Various options for the page affecting the core at various points.
backendLayout¶
Property
exclude
Data type
(list of integers)
Description
Excludes a list of backend layouts form being usable during assigning a layout in the backend.
Use the uid of the record in the default data provider.
Example:
2 existing individual backend layouts should be excluded from drop-down list.

Exclude these individual backend layouts from drop-down list:
options.backendLayout.exclude = 1,2
