Addresses #785 "Allow segmentation by Subscription Status"

This commit is contained in:
Tomas Bures 2020-01-03 14:27:47 +01:00
parent d340a803e1
commit d7d626cbc0
6 changed files with 174 additions and 69 deletions

View file

@ -6,22 +6,22 @@ export function getFieldTypes(t) {
const fieldTypes = {
text: {
label: t('text'),
label: t('text')
},
website: {
label: t('website'),
label: t('website')
},
longtext: {
label: t('multilineText'),
label: t('multilineText')
},
gpg: {
label: t('gpgPublicKey'),
label: t('gpgPublicKey')
},
number: {
label: t('number'),
label: t('number')
},
'checkbox-grouped': {
label: t('checkboxesFromOptionFields'),
label: t('checkboxesFromOptionFields')
},
'radio-grouped': {
label: t('radioButtonsFromOptionFields')