jQuery(function() {
    jQuery('.richtext').wymeditor({
		lang: 'pt-br',
		containersItems: [],
		classesItems: [],
		logoHtml: '',
		skin: 'compact'

	});
});
