Remove 16_9 image from extension props

This property is now available on Project level.
This commit is contained in:
2019-04-19 12:52:47 +02:00
parent a04e62e3e9
commit 4f9699c7ae
3 changed files with 1 additions and 6 deletions

View File

@@ -39,7 +39,6 @@ def setup_for_film(project_url):
'logo': None, # File ObjectId
# TODO(fsiddi) when we introduce other setup_for_* in Blender Cloud, make available
# at a higher scope
'picture_16_9': None,
'is_featured': False,
}