flows: allow uploading of custom flow backgrounds, update default flow background

This commit is contained in:
Jens Langhammer
2020-12-02 14:24:24 +01:00
parent 821458373d
commit cc5a0c23aa
12 changed files with 97 additions and 25 deletions

View File

@ -25,6 +25,7 @@ class FlowSerializer(ModelSerializer):
"slug",
"title",
"designation",
"background",
"stages",
"policies",
"cache_count",