custom: {
    css: [
        '/mm5/json.mvc?Store_Code=wh4x4&Function=CSSCombinedResource_Output&CSSCombinedResource_Code=stylesheet'             
    ]
}, 
align: {
    'left': 'u-text-left',
    'center': 'u-text-center',
    'right': 'u-text-right',
    'justify': 'u-text-justify'
},       
classes : {
    'h1': 'c-heading-alpha',
    'h2': 'c-heading-bravo',
    'h3': 'c-heading-charlie',
    'h4': 'c-heading-delta',
    'h5': 'c-heading-echo',
    'h6': 'c-heading-foxtrot'
},
format: ['p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h5', 'ul', 'ol'],
grid: {
    classname: 'o-layout',
    patterns: {
        '6|6': 'o-layout__item u-width-12 u-width-6--s|o-layout__item u-width-12 u-width-6--s',
        '4|4|4': 'o-layout__item u-width-12 u-width-4--s|o-layout__item u-width-12 u-width-4--s|o-layout__item u-width-12 u-width-4--s',
   		'3|3|3|3': 'o-layout__item u-width-12 u-width-3--s|o-layout__item u-width-12 u-width-3--s|o-layout__item u-width-12 u-width-3--s|o-layout__item u-width-12 u-width-3--s',
    	'2|2|2|2|2|2': 'o-layout__item u-width-12 u-width-2--s|o-layout__item u-width-12 u-width-2--s|o-layout__item u-width-12 u-width-2--s|o-layout__item u-width-12 u-width-2--s|o-layout__item u-width-12 u-width-2--s|o-layout__item u-width-12 u-width-2--s',
    	'3|6|3': 'o-layout__item u-width-12 u-width-3--s|o-layout__item u-width-12 u-width-6--s|o-layout__item u-width-12 u-width-3--s',
    	'2|8|2': 'o-layout__item u-width-12 u-width-2--s|o-layout__item u-width-12 u-width-8--s|o-layout__item u-width-12 u-width-2--s',
    	'5|7': 'o-layout__item u-width-12 u-width-5--s|o-layout__item u-width-12 u-width-7--s',
    	'7|5': 'o-layout__item u-width-12 u-width-7--s|o-layout__item u-width-12 u-width-5--s',
    	'4|8': 'o-layout__item u-width-12 u-width-4--s|o-layout__item u-width-12 u-width-8--s',
    	'8|4': 'o-layout__item u-width-12 u-width-8--s|o-layout__item u-width-12 u-width-4--s',
    	'3|9': 'o-layout__item u-width-12 u-width-3--s|o-layout__item u-width-12 u-width-9--s',
    	'9|3': 'o-layout__item u-width-12 u-width-9--s|o-layout__item u-width-12 u-width-3--s',
    	'2|10': 'o-layout__item u-width-12 u-width-2--s|o-layout__item u-width-12 u-width-10--s',
    	'10|2': 'o-layout__item u-width-12 u-width-10--s|o-layout__item u-width-12 u-width-2--s',
    	'12': 'o-layout__item u-width-12 u-width-12--s'
	}
},
imageposition: {
    items: {
    left: 'u-text-left',
    center: 'u-text-center',
    right: 'u-text-right'
    }
},
table: {
	template: '<table class="o-table"><tr><td></td></tr></table>'
},
valign: {
	baseline: 'u-align-baseline',
	top: 'u-align-top',
	middle: 'u-align-middle',
	bottom: 'u-align-bottom'
},
makebutton: 
{
	items:  
    {
        button1: {
            title: 'Tiny Button',
            params: { classname: 'c-button c-button--tiny' }
        },
        button2: {
            title: 'Small Button',
            params: { classname: 'c-button c-button--small' }
        },
		button3: {
            title: 'Button',
            params: { classname: 'c-button' }
        },
		button4: {
            title: 'Large Button',
            params: { classname: 'c-button c-button--large' }
        },
		button5: {
            title: 'Huge Button',
            params: { classname: 'c-button c-button--huge' }
        },
		button6: {
            title: 'Full Width Button',
            params: { classname: 'c-button c-button--full' }
        },
		button7: {
            title: 'Hollow Button',
            params: { classname: 'c-button c-button--hollow' }
        },
		button8: {
            title: 'Clear Button',
            params: { classname: 'c-button c-button--clear' }
        },
		button9: {
            title: 'Error Button',
            params: { classname: 'c-button is-error' }
        },
		button10: {
            title: 'Glossy Button',
            params: { classname: 'c-button c-button--glossy' }
        }
    }
}