plugin.tx_gomapsext {
	view {
		templateRootPaths {
            10 = {$plugin.tx_gomapsext.view.templateRootPath}
        }
        partialRootPaths {
            10 = {$plugin.tx_gomapsext.view.partialRootPath}
        }
        layoutRootPaths {
            10 = {$plugin.tx_gomapsext.view.layoutRootPath}
        }
	}
	settings {
		storagePid = {$plugin.tx_gomapsext.settings.storagePid}
        googleMapsLibrary = {$plugin.tx_gomapsext.settings.googleMapsLibrary}
		infoWindow {
			openByClick = {$plugin.tx_gomapsext.settings.infoWindow.openByClick}
			closeByClick = {$plugin.tx_gomapsext.settings.infoWindow.closeByClick}	
		}
		language < config.language
	}
	
	#Fix Twitter Bootstrap
  	_CSS_DEFAULT_STYLE (
		.tx-go-maps-ext img {
			max-width: none;
		}
  	)
}