Tweak FlairService

Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
This commit is contained in:
Vartan Benohanian
2020-08-09 13:11:18 -04:00
parent a422ba631b
commit 25fd86d89f
5 changed files with 180 additions and 26 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"users": [
{
"flair_css_class": null,
"user": "TestUser1",
"flair_text": "TestFlair1"
},
{
"flair_css_class": null,
"user": "TestUser2",
"flair_text": "TestFlair2"
}
]
}
+20
View File
@@ -0,0 +1,20 @@
[
{
"type": "richtext",
"text_editable": false,
"allowable_content": "all",
"text": "test",
"max_emojis": 10,
"text_color": "light",
"mod_only": true,
"css_class": "test",
"richtext": [
{
"e": "text",
"t": "test"
}
],
"background_color": "#373c3f",
"id": "305b503e-da60-11ea-9681-0e9f1d580d2d"
}
]