mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Add peertube plugin index website models
This commit is contained in:
parent
30ff39e7f0
commit
503c6f440a
8 changed files with 38 additions and 11 deletions
|
@ -171,7 +171,7 @@ const SCHEDULER_INTERVALS_MS = {
|
|||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
let CONSTRAINTS_FIELDS = {
|
||||
const CONSTRAINTS_FIELDS = {
|
||||
USERS: {
|
||||
NAME: { min: 1, max: 120 }, // Length
|
||||
DESCRIPTION: { min: 3, max: 1000 }, // Length
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue