Addresses #785 "Allow segmentation by Subscription Status"
This commit is contained in:
parent
d340a803e1
commit
d7d626cbc0
6 changed files with 174 additions and 69 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue