Skip to content

Commit

Permalink
CATD-361 adding imageURl in banner translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndifreke committed Mar 16, 2022
1 parent 723cf3a commit 5b4d599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions livestyled/schemas/banner.py
Expand Up @@ -13,8 +13,8 @@ class Meta:
title = fields.String()
description = fields.String()
url = fields.String()
button_label = fields.String()
image_url = fields.URL()
button_label = fields.String(data_key='buttonLabel')
image_url = fields.URL(data_key='imageUrl')


class BannerSchema(Schema):
Expand Down

0 comments on commit 5b4d599

Please sign in to comment.