maxitems¶
- maxitems¶
- Path
$GLOBALS['TCA'][$table]['columns'][$field]['config']
- Type
integer > 0
- Scope
Display / Proc.
- Types
Maximum number of child items. Defaults to a high value. JavaScript record validation prevents the record from being saved if the limit is not satisfied.
Note
Property maxitems is ignored with
type='select'
andrenderType='selectSingle'
.