->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
