mirror of
https://github.com/suitenumerique/meet.git
synced 2026-09-03 22:25:27 +00:00
✨(feat) add default color option for captions
Add "Default" option (white text on black background) for font and background.
This commit is contained in:
@@ -130,28 +130,29 @@
|
||||
"fontColor": {
|
||||
"label": "Schriftfarbe",
|
||||
"options": {
|
||||
"default": "Standard",
|
||||
"white": "Weiß",
|
||||
"yellow": "Gelb",
|
||||
"green": "Grün",
|
||||
"cyan": "Cyan",
|
||||
"black": "Schwarz",
|
||||
"blue": "Blau",
|
||||
"magenta": "Magenta",
|
||||
"green": "Grün",
|
||||
"red": "Rot",
|
||||
"black": "Schwarz"
|
||||
"yellow": "Gelb",
|
||||
"cyan": "Cyan",
|
||||
"magenta": "Magenta"
|
||||
}
|
||||
},
|
||||
"backgroundColor": {
|
||||
"label": "Hintergrundfarbe",
|
||||
"options": {
|
||||
"black": "Schwarz",
|
||||
"default": "Standard",
|
||||
"white": "Weiß",
|
||||
"red": "Rot",
|
||||
"green": "Grün",
|
||||
"black": "Schwarz",
|
||||
"blue": "Blau",
|
||||
"green": "Grün",
|
||||
"red": "Rot",
|
||||
"yellow": "Gelb",
|
||||
"cyan": "Cyan",
|
||||
"magenta": "Magenta",
|
||||
"transparent": "Transparent"
|
||||
"magenta": "Magenta"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user