DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

TSconfig

It has been necessary to prevent children of Grid Elements from being visible in the list view, due to serious problems that occured when using the up and down arrows to move an element. Due to some additional features we included in the list module this is not used anymore and can be removed from your settings

TCEFORM.tt_content.tx_gridelements_backend_layout {
  removeChildrenFromList = 1
}

These are the other TSconfig option you will get to even configure Grid Elements completely without grid records:

tx_gridelements

tx_gridelements.setup

Property

setup

Data type

Grid TS structure

Description

Contains the setup of different grid layouts

Default

N/A

tx_gridelements.setup.123

Property

tx_gridelements.setup.123

Data type

Grid TS structure

Description

Contains the setup of the grid layout with the ID 123 (see the GRID TS section for an example) – You can create the structure with the Grid Wizard and then copy it to your TSconfig.

Default

N/A

tx_gridelements.overruleRecords

Property

tx_gridelements.overruleRecords

Data type

boolean

Description

Set this value to 1, when you want TSconfig settings to ave precendence over layout records with the same ID

Default

0

tx_gridelements.excludeLayoutIds

Property

tx_gridelements.excludeLayoutIds

Data type

List of strings

Description

A list of IDs of layouts that should not be available in this branch of the page tree

Default

N/A

TCEFORM.tt_content.tx_gridelements_backend_layout.PAGE_TSCONFIG_ID

Property

TCEFORM.tt_content.tx_gridelements_backend_layout.PAGE_TSCONFIG_ID

Data type

Integer

Description

The ID of the page that contains your layout records

Default

N/A