Allow limit of 0 for unlimited teams per event
This commit is contained in:
@@ -116,7 +116,7 @@ class SP_Settings_Events extends SP_Settings_Page {
|
||||
'desc' => __( 'teams', 'sportspress' ),
|
||||
'type' => 'number',
|
||||
'custom_attributes' => array(
|
||||
'min' => 1,
|
||||
'min' => 0,
|
||||
'step' => 1
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user