diff --git a/lib/custom_wizard/subscription.rb b/lib/custom_wizard/subscription.rb index 06e8bd76..86330cc7 100644 --- a/lib/custom_wizard/subscription.rb +++ b/lib/custom_wizard/subscription.rb @@ -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: ['*'],