Skip to content

Commit

Permalink
Merge pull request #69 from realifetech/fix/catd-361-missing-data-key…
Browse files Browse the repository at this point in the history
…s-in-button-translations

CATD-361 adding imageURl in banner translations
  • Loading branch information
ndy40 committed Mar 16, 2022
2 parents 723cf3a + 5b4d599 commit 7a04ebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions livestyled/schemas/banner.py
Original file line number Diff line number Diff line change
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 7a04ebe

Please sign in to comment.