Skip to content

Commit

Permalink
MAINT: add property printRessort until zeit.web vivi version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
stollero committed Nov 15, 2024
1 parent 885df85 commit 8f6e8e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/src/zeit/cms/content/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ def color_scheme(self):
return None
return value

# XXX remove after zeit.web update
@property
def printRessort(self):
return self.print_ressort

@color_scheme.setter
def color_scheme(self, value):
self._color_scheme = value
Expand Down

0 comments on commit 8f6e8e8

Please sign in to comment.