Constants

Enable / disable some options

enableThis
type

bool

Default

false

If true, something is enabled...

Example:

plugin.tx_example.settings {
   enableThis = true
}
Copied!

Configure page ids

storageId
type

int

Default

The id of the page storing the records

Example:

plugin.tx_example.settings {
   storageId = 42
}
Copied!