Skip to content

Commit

Permalink
New boolean casting values
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 17, 2020
1 parent 7ca6a7a commit 68a047a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/appier_extras/parts/prismic/partials/_prismic.py
Expand Up @@ -81,6 +81,9 @@ def _prismic_deref(cls, entry):
if type == "Text":
return values

if type == "Boolean":
return values

if type == "Number":
return values

Expand Down

0 comments on commit 68a047a

Please sign in to comment.