mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-06 03:32:06 +00:00
Mejora panel de comentaristas con Twitter y swap central
This commit is contained in:
+14
-2
@@ -7,17 +7,29 @@
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"leftCommentatorTwitter": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"rightCommentator": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"rightCommentatorTwitter": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"leftCommentator",
|
||||
"rightCommentator"
|
||||
"leftCommentatorTwitter",
|
||||
"rightCommentator",
|
||||
"rightCommentatorTwitter"
|
||||
],
|
||||
"default": {
|
||||
"leftCommentator": "",
|
||||
"rightCommentator": ""
|
||||
"leftCommentatorTwitter": "",
|
||||
"rightCommentator": "",
|
||||
"rightCommentatorTwitter": ""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user