Skip to content

Commit

Permalink
Export background-geopoint as GPS field
Browse files Browse the repository at this point in the history
  • Loading branch information
jnm committed Jan 14, 2025
1 parent e37b593 commit 88c8ba1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/formpack/schema/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ def from_json_definition(
# geo
'geopoint': FormGPSField,
'start-geopoint': FormGPSField,
'background-geopoint': FormGPSField,
# media
'video': MediaField,
'image': MediaField,
Expand Down

0 comments on commit 88c8ba1

Please sign in to comment.