module RailsAdminSettings def self.kinds [ 'string', 'text', 'integer', 'boolean', 'html', 'code', 'sanitized', 'yaml', 'phone', 'phones', 'email', 'address', 'file', 'image', 'url', 'domain', 'color' ] end def self.types self.kinds end end