Update main.py
Browse files
main.py
CHANGED
|
@@ -2662,7 +2662,7 @@ async def timeline_edit_element_endpoint(request: TimelineEditElementRequest):
|
|
| 2662 |
"frame": "Foque em backgroundStyle, backgroundOverlayColor, backgroundOverlayOpacity e fill.",
|
| 2663 |
"chart": "Foque em chartType, chartTitle, chartColor e chartDataConfig.",
|
| 2664 |
"newspaper": "Foque em newspaperStyle, highlights e src.",
|
| 2665 |
-
"sticker": "
|
| 2666 |
}
|
| 2667 |
type_tip = type_hints.get(element_type, "Edite as propriedades pertinentes ao tipo de elemento.")
|
| 2668 |
|
|
|
|
| 2662 |
"frame": "Foque em backgroundStyle, backgroundOverlayColor, backgroundOverlayOpacity e fill.",
|
| 2663 |
"chart": "Foque em chartType, chartTitle, chartColor e chartDataConfig.",
|
| 2664 |
"newspaper": "Foque em newspaperStyle, highlights e src.",
|
| 2665 |
+
"sticker": "Altere o 'filename' (e o final de 'src.uri') para mudar a figurinha. Você pode adicionar/editar o campo 'text', 'fontSize' e 'fill' (cor do texto) para sobrepor mensagens na figurinha.",
|
| 2666 |
}
|
| 2667 |
type_tip = type_hints.get(element_type, "Edite as propriedades pertinentes ao tipo de elemento.")
|
| 2668 |
|