Mejora panel de comentaristas con Twitter y swap central

This commit is contained in:
Pandipipas
2026-02-15 11:12:57 +01:00
parent 739ac66aea
commit 461f72f878
6 changed files with 116 additions and 17 deletions
+14 -2
View File
@@ -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": ""
}
}