Skip to content

Commit

Permalink
Merge pull request #241 from kobotoolbox/240-export-settings-name
Browse files Browse the repository at this point in the history
Add `EXPORT_SETTING_NAME` to constants
  • Loading branch information
noliveleger authored May 6, 2021
2 parents 4ed46de + a809b1d commit 661d642
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/formpack/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,14 @@
EXPORT_SETTING_GROUP_SEP = 'group_sep'
EXPORT_SETTING_HIERARCHY_IN_LABELS = 'hierarchy_in_labels'
EXPORT_SETTING_LANG = 'lang'
EXPORT_SETTING_NAME = 'name'
EXPORT_SETTING_MULTIPLE_SELECT = 'multiple_select'
EXPORT_SETTING_SOURCE = 'source'
EXPORT_SETTING_TYPE = 'type'
OPTIONAL_EXPORT_SETTINGS = [
EXPORT_SETTING_FIELDS,
EXPORT_SETTING_FLATTEN,
EXPORT_SETTING_NAME,
]
REQUIRED_EXPORT_SETTINGS = [
EXPORT_SETTING_FIELDS_FROM_ALL_VERSIONS,
Expand Down

0 comments on commit 661d642

Please sign in to comment.