1
0
mirror of https://github.com/parkervcp/eggs.git synced 2024-10-06 23:57:07 +02:00

Changed max members and token field

Updated to 12 max members and 60 for token length
This commit is contained in:
Filippo Scatigna 2023-02-26 13:19:07 +01:00 committed by GitHub
parent 5e0d22b17b
commit 0a48aed141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]