label_alt

label_alt
Type
String (comma-separated list of field names)
Scope
Display

Comma-separated list of field names, which are holding alternative values to the value from the field pointed to by "label" (see above) if that value is empty. May not be used consistently in the system, but should apply in most cases.

Examples

Example for table "tt_content":

'ctrl' => [
   'label' => 'header',
   'label_alt' => 'subheader,bodytext',
],
Copied!