1
0
Fork 0

FIX: indexes should not require a subscription

Dieser Commit ist enthalten in:
Angus McLeod 2022-10-12 09:28:31 +02:00
Ursprung 0b4c154456
Commit 71acc4577d

Datei anzeigen

@ -27,12 +27,6 @@ class CustomWizard::Subscription
business: ['*'],
community: ['*']
},
index: {
none: [],
standard: ['*'],
business: ['*'],
community: ['*']
},
required_data: {
none: [],
standard: ['*'],
@ -53,12 +47,6 @@ class CustomWizard::Subscription
business: ['*'],
community: ['*']
},
index: {
none: [],
standard: ['*'],
business: ['*'],
community: ['*']
},
type: {
none: ['text', 'textarea', 'text_only', 'date', 'time', 'date_time', 'number', 'checkbox', 'dropdown', 'upload'],
standard: ['*'],