type updates poster
This commit is contained in:
parent
5f1fd82472
commit
0a549ffddc
2 changed files with 2 additions and 1 deletions
|
@ -177,6 +177,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"filter": true,
|
"filter": true,
|
||||||
"find": true,
|
"find": true,
|
||||||
"sort": true,
|
"sort": true,
|
||||||
|
"poster": true,
|
||||||
"autocomplete": true,
|
"autocomplete": true,
|
||||||
"columnWidth": 128
|
"columnWidth": 128
|
||||||
},
|
},
|
||||||
|
|
|
@ -32,7 +32,7 @@ def render_poster(data, poster):
|
||||||
i = 0
|
i = 0
|
||||||
elif data.get('type') == ["Background"]:
|
elif data.get('type') == ["Background"]:
|
||||||
i = 200
|
i = 200
|
||||||
elif data.get('type') == ["Forground"]:
|
elif data.get('type') == ["Foreground"]:
|
||||||
i = 400
|
i = 400
|
||||||
elif data.get('type') == ["Annimation"]:
|
elif data.get('type') == ["Annimation"]:
|
||||||
i = 600
|
i = 600
|
||||||
|
|
Loading…
Reference in a new issue