class CustomWizard::Field
def self.types
@types ||= ['checkbox', 'composer', 'dropdown', 'tag', 'category', 'group', 'image', 'text', 'textarea', 'text-only', 'upload', 'user-selector']
end
def self.require_assets
@require_assets ||= {}
def self.add_assets(type, plugin = nil, asset_paths = [])
if type
types.push(*type)
if plugin && asset_paths
require_assets[plugin] = asset_paths