mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-22 20:42:54 +08:00
Changed max members and token field
Updated to 12 max members and 60 for token length
This commit is contained in:
parent
5e0d22b17b
commit
0a48aed141
@ -75,7 +75,7 @@
|
||||
"default_value": "4",
|
||||
"user_viewable": true,
|
||||
"user_editable": true,
|
||||
"rules": "required|int|max:4|min:1",
|
||||
"rules": "required|int|max:12|min:1",
|
||||
"field_type": "text"
|
||||
},
|
||||
{
|
||||
@ -95,7 +95,7 @@
|
||||
"default_value": "",
|
||||
"user_viewable": true,
|
||||
"user_editable": true,
|
||||
"rules": "nullable|string|max:20",
|
||||
"rules": "nullable|string|max:60",
|
||||
"field_type": "text"
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user