﻿/**
 * Define the types of sections here. For each section type, a selector, subtypes and configuration class are defined.
 */
Validator.Config.SectionTypes = {
	
    brochure: {
        selector: '.brochure-subscription',
        subTypes: {},
        config: Validator.Config.BrochureConfig
    }
};

