Attention
TYPO3 v7 has reached its end-of-life November 30th, 2018 and is not maintained by the community anymore. Looking for a stable version? Use the version switch on the top left.
There is no further ELTS support. It is recommended that you upgrade your project and use a supported version of TYPO3.
->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
