options

Various options for the page affecting the Core at various points.

Properties

backendLayout.exclude

backendLayout.exclude
Type
list of identifiers / uids

Exclude a list of backend layouts from being selectable when assigning a backend layout to a page record.

Use the uid/identifier of the record in the default data provider.

Example: Exclude two backend layouts from drop down selector

Two backend layout records shown in list module

Before: Two backend layout records shown in list module

EXT:site_package/Configuration/page.tsconfig
# Exclude two backend layouts from drop down selector
options.backendLayout.exclude = 1,2
Copied!
Drop down without backend layouts

Drop down without backend layouts